pub(crate) struct Sol2698;Expand description
2698m Find the Punishment Number of an Integer
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2698
impl RefUnwindSafe for Sol2698
impl Send for Sol2698
impl Sync for Sol2698
impl Unpin for Sol2698
impl UnsafeUnpin for Sol2698
impl UnwindSafe for Sol2698
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