pub enum AcceptRejectCrash {
Accept,
Reject,
Crash,
}Variants§
Trait Implementations§
Source§impl Clone for AcceptRejectCrash
impl Clone for AcceptRejectCrash
Source§fn clone(&self) -> AcceptRejectCrash
fn clone(&self) -> AcceptRejectCrash
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AcceptRejectCrash
impl Debug for AcceptRejectCrash
Source§impl Hash for AcceptRejectCrash
impl Hash for AcceptRejectCrash
Source§impl Ord for AcceptRejectCrash
impl Ord for AcceptRejectCrash
Source§fn cmp(&self, other: &AcceptRejectCrash) -> Ordering
fn cmp(&self, other: &AcceptRejectCrash) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AcceptRejectCrash
impl PartialEq for AcceptRejectCrash
Source§impl PartialOrd for AcceptRejectCrash
impl PartialOrd for AcceptRejectCrash
impl Eq for AcceptRejectCrash
impl StructuralPartialEq for AcceptRejectCrash
Auto Trait Implementations§
impl Freeze for AcceptRejectCrash
impl RefUnwindSafe for AcceptRejectCrash
impl Send for AcceptRejectCrash
impl Sync for AcceptRejectCrash
impl Unpin for AcceptRejectCrash
impl UnwindSafe for AcceptRejectCrash
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