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