pub(crate) struct Sol1432 {}
Expand description
1432m Max Difference You Can Get From Changing an Integer
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1432
impl RefUnwindSafe for Sol1432
impl Send for Sol1432
impl Sync for Sol1432
impl Unpin for Sol1432
impl UnwindSafe for Sol1432
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