pub struct NoState;
Trait Implementations§
impl Eq for NoState
impl StructuralPartialEq for NoState
Auto Trait Implementations§
impl Freeze for NoState
impl RefUnwindSafe for NoState
impl Send for NoState
impl Sync for NoState
impl Unpin for NoState
impl UnwindSafe for NoState
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