pub enum StackExitKind {
Succeeded,
Reverted,
Failed,
}Variants§
Auto Trait Implementations§
impl Freeze for StackExitKind
impl RefUnwindSafe for StackExitKind
impl Send for StackExitKind
impl Sync for StackExitKind
impl Unpin for StackExitKind
impl UnsafeUnpin for StackExitKind
impl UnwindSafe for StackExitKind
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