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