pub struct NormalMode;
Expand description
Marker type for Normal Mode.
Auto Trait Implementations§
impl Freeze for NormalMode
impl RefUnwindSafe for NormalMode
impl Send for NormalMode
impl Sync for NormalMode
impl Unpin for NormalMode
impl UnwindSafe for NormalMode
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