pub(crate) struct Sol38;Expand description
38m Count and Say
Implementations§
Auto Trait Implementations§
impl Freeze for Sol38
impl RefUnwindSafe for Sol38
impl Send for Sol38
impl Sync for Sol38
impl Unpin for Sol38
impl UnsafeUnpin for Sol38
impl UnwindSafe for Sol38
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