pub(crate) struct Sol3170 {}Expand description
3170m Lexicographically Minimum String After Removing Stars
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3170
impl RefUnwindSafe for Sol3170
impl Send for Sol3170
impl Sync for Sol3170
impl Unpin for Sol3170
impl UnsafeUnpin for Sol3170
impl UnwindSafe for Sol3170
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