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