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