pub(crate) struct Sol2566 {}
Expand description
2566 Maximum Difference by Remapping a Digit
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2566
impl RefUnwindSafe for Sol2566
impl Send for Sol2566
impl Sync for Sol2566
impl Unpin for Sol2566
impl UnwindSafe for Sol2566
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