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