pub(crate) struct Sol2016 {}Expand description
2016 Maximum Difference Between Increasing Elements
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2016
impl RefUnwindSafe for Sol2016
impl Send for Sol2016
impl Sync for Sol2016
impl Unpin for Sol2016
impl UnsafeUnpin for Sol2016
impl UnwindSafe for Sol2016
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