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 UnsafeUnpin 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