pub struct SetIndexedAt<S: State = Empty>(/* private fields */);Expand description
State transition - sets the indexed_at field to Set
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for SetIndexedAt<S>
impl<S> RefUnwindSafe for SetIndexedAt<S>
impl<S> Send for SetIndexedAt<S>
impl<S> Sync for SetIndexedAt<S>
impl<S> Unpin for SetIndexedAt<S>
impl<S> UnwindSafe for SetIndexedAt<S>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more