pub(crate) struct Sol1796 {}Expand description
1796 Second Largest Digit in a String
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1796
impl RefUnwindSafe for Sol1796
impl Send for Sol1796
impl Sync for Sol1796
impl Unpin for Sol1796
impl UnsafeUnpin for Sol1796
impl UnwindSafe for Sol1796
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