pub(super) enum TransitionToIdle {
Ok,
OkNotified,
OkDealloc,
Cancelled,
}
Variants§
Auto Trait Implementations§
impl Freeze for TransitionToIdle
impl RefUnwindSafe for TransitionToIdle
impl Send for TransitionToIdle
impl Sync for TransitionToIdle
impl Unpin for TransitionToIdle
impl UnwindSafe for TransitionToIdle
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