pub enum CleanupOutcome {
NotRun,
Succeeded,
Failed,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for CleanupOutcome
impl Clone for CleanupOutcome
impl Copy for CleanupOutcome
Auto Trait Implementations§
impl Freeze for CleanupOutcome
impl RefUnwindSafe for CleanupOutcome
impl Send for CleanupOutcome
impl Sync for CleanupOutcome
impl Unpin for CleanupOutcome
impl UnsafeUnpin for CleanupOutcome
impl UnwindSafe for CleanupOutcome
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