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