pub(crate) struct Sol2231 {}Expand description
2231 Largest Number After Digit Swaps by Parity
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2231
impl RefUnwindSafe for Sol2231
impl Send for Sol2231
impl Sync for Sol2231
impl Unpin for Sol2231
impl UnsafeUnpin for Sol2231
impl UnwindSafe for Sol2231
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