pub(crate) struct Sol2342;Expand description
2342m Max Sum of a Pair With Equal Sum of Digits
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2342
impl RefUnwindSafe for Sol2342
impl Send for Sol2342
impl Sync for Sol2342
impl Unpin for Sol2342
impl UnsafeUnpin for Sol2342
impl UnwindSafe for Sol2342
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