pub(crate) struct Sol2966 {}Expand description
2966m Divide Array Into Arrays With Max Difference
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2966
impl RefUnwindSafe for Sol2966
impl Send for Sol2966
impl Sync for Sol2966
impl Unpin for Sol2966
impl UnsafeUnpin for Sol2966
impl UnwindSafe for Sol2966
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