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