pub struct ModeSwitched { /* private fields */ }Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModeSwitched
impl !RefUnwindSafe for ModeSwitched
impl Send for ModeSwitched
impl !Sync for ModeSwitched
impl Unpin for ModeSwitched
impl UnsafeUnpin for ModeSwitched
impl !UnwindSafe for ModeSwitched
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