pub struct OneShotSet { /* private fields */ }Expand description
Duplicable knowledge that a one-shot transition has occurred.
Implementations§
Auto Trait Implementations§
impl Freeze for OneShotSet
impl RefUnwindSafe for OneShotSet
impl Send for OneShotSet
impl Sync for OneShotSet
impl Unpin for OneShotSet
impl UnsafeUnpin for OneShotSet
impl UnwindSafe for OneShotSet
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