pub(crate) struct Sol1163 {}
Expand description
1163h Last Substring in Lexicographical Order
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1163
impl RefUnwindSafe for Sol1163
impl Send for Sol1163
impl Sync for Sol1163
impl Unpin for Sol1163
impl UnwindSafe for Sol1163
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