pub(crate) struct Sol2616 {}Expand description
2616m Minimize the Maximum Difference of Pairs
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2616
impl RefUnwindSafe for Sol2616
impl Send for Sol2616
impl Sync for Sol2616
impl Unpin for Sol2616
impl UnsafeUnpin for Sol2616
impl UnwindSafe for Sol2616
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