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