pub(crate) struct Sol2948;Expand description
2948m Make Lexicographically Smallest Array by Swapping Elements
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2948
impl RefUnwindSafe for Sol2948
impl Send for Sol2948
impl Sync for Sol2948
impl Unpin for Sol2948
impl UnsafeUnpin for Sol2948
impl UnwindSafe for Sol2948
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