pub struct UnknownMode;
Expand description
Typestate for an unknown mode.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnknownMode
impl RefUnwindSafe for UnknownMode
impl Send for UnknownMode
impl Sync for UnknownMode
impl Unpin for UnknownMode
impl UnwindSafe for UnknownMode
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