pub(crate) struct Sol3446 {}Expand description
3446m Sort Matrix by Diagonals
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3446
impl RefUnwindSafe for Sol3446
impl Send for Sol3446
impl Sync for Sol3446
impl Unpin for Sol3446
impl UnsafeUnpin for Sol3446
impl UnwindSafe for Sol3446
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