pub(crate) struct Sol2434 {}Expand description
2434m Using a Robot to Print the Lexicographically Smallest String
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2434
impl RefUnwindSafe for Sol2434
impl Send for Sol2434
impl Sync for Sol2434
impl Unpin for Sol2434
impl UnsafeUnpin for Sol2434
impl UnwindSafe for Sol2434
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