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