pub(crate) struct Sol2163 {}Expand description
2163h Minimum Difference in Sums After Removal of Elements
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2163
impl RefUnwindSafe for Sol2163
impl Send for Sol2163
impl Sync for Sol2163
impl Unpin for Sol2163
impl UnsafeUnpin for Sol2163
impl UnwindSafe for Sol2163
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