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