pub(crate) struct Sol2894 {}Expand description
2894 Divisible and Non-divisible Sums Difference
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2894
impl RefUnwindSafe for Sol2894
impl Send for Sol2894
impl Sync for Sol2894
impl Unpin for Sol2894
impl UnsafeUnpin for Sol2894
impl UnwindSafe for Sol2894
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