pub(crate) struct Sol1061 {}Expand description
1061m Lexicographically Smallest Equivalent String
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1061
impl RefUnwindSafe for Sol1061
impl Send for Sol1061
impl Sync for Sol1061
impl Unpin for Sol1061
impl UnsafeUnpin for Sol1061
impl UnwindSafe for Sol1061
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