pub enum ScopeExit {
Success,
Failure,
Interrupt,
}Variants§
Trait Implementations§
impl Copy for ScopeExit
Auto Trait Implementations§
impl Freeze for ScopeExit
impl RefUnwindSafe for ScopeExit
impl Send for ScopeExit
impl Sync for ScopeExit
impl Unpin for ScopeExit
impl UnwindSafe for ScopeExit
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