pub(crate) struct Sol2081 {}
Expand description
2081h Count of k-Mirror Numbers
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2081
impl RefUnwindSafe for Sol2081
impl Send for Sol2081
impl Sync for Sol2081
impl Unpin for Sol2081
impl UnwindSafe for Sol2081
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