pub struct SetMode<S: State = Empty>(/* private fields */);Expand description
State transition - sets the mode field to Set
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for SetMode<S>
impl<S> RefUnwindSafe for SetMode<S>
impl<S> Send for SetMode<S>
impl<S> Sync for SetMode<S>
impl<S> Unpin for SetMode<S>
impl<S> UnsafeUnpin for SetMode<S>
impl<S> UnwindSafe for SetMode<S>
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