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