pub enum FailureReason {
Crash,
InvalidOpcode,
Timeout,
}Variants§
Trait Implementations§
impl Eq for FailureReason
Source§impl PartialEq for FailureReason
impl PartialEq for FailureReason
Source§fn eq(&self, other: &FailureReason) -> bool
fn eq(&self, other: &FailureReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FailureReason
Auto Trait Implementations§
impl Freeze for FailureReason
impl RefUnwindSafe for FailureReason
impl Send for FailureReason
impl Sync for FailureReason
impl Unpin for FailureReason
impl UnsafeUnpin for FailureReason
impl UnwindSafe for FailureReason
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