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