pub(crate) struct Sol2138 {}Expand description
2138 Divide a String Into Group of Size K
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2138
impl RefUnwindSafe for Sol2138
impl Send for Sol2138
impl Sync for Sol2138
impl Unpin for Sol2138
impl UnsafeUnpin for Sol2138
impl UnwindSafe for Sol2138
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more