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