pub struct SetPurpose<S: State = Empty>(/* private fields */);Expand description
State transition - sets the purpose field to Set
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for SetPurpose<S>
impl<S> RefUnwindSafe for SetPurpose<S>
impl<S> Send for SetPurpose<S>
impl<S> Sync for SetPurpose<S>
impl<S> Unpin for SetPurpose<S>
impl<S> UnwindSafe for SetPurpose<S>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more