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