pub(crate) struct Sol2315 {}Expand description
2315 Count Asterisks
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2315
impl RefUnwindSafe for Sol2315
impl Send for Sol2315
impl Sync for Sol2315
impl Unpin for Sol2315
impl UnsafeUnpin for Sol2315
impl UnwindSafe for Sol2315
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