pub(crate) struct Sol1922;Expand description
1922m Count Good Numbers
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1922
impl RefUnwindSafe for Sol1922
impl Send for Sol1922
impl Sync for Sol1922
impl Unpin for Sol1922
impl UnsafeUnpin for Sol1922
impl UnwindSafe for Sol1922
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