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