pub(super) enum TransitionToRunning {
Success,
Cancelled,
Failed,
Dealloc,
}
Variants§
Auto Trait Implementations§
impl Freeze for TransitionToRunning
impl RefUnwindSafe for TransitionToRunning
impl Send for TransitionToRunning
impl Sync for TransitionToRunning
impl Unpin for TransitionToRunning
impl UnwindSafe for TransitionToRunning
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