pub(crate) struct Sol1718;Expand description
1718m Construct the Lexicographically Largest Valid Sequence
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1718
impl RefUnwindSafe for Sol1718
impl Send for Sol1718
impl Sync for Sol1718
impl Unpin for Sol1718
impl UnsafeUnpin for Sol1718
impl UnwindSafe for Sol1718
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