pub(crate) struct Sol2145;Expand description
2145m Count the Hidden Sequences
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2145
impl RefUnwindSafe for Sol2145
impl Send for Sol2145
impl Sync for Sol2145
impl Unpin for Sol2145
impl UnsafeUnpin for Sol2145
impl UnwindSafe for Sol2145
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