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