pub enum BinaryOutcomeClass {
Ok,
Recoverable,
Blocked,
Operator,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BinaryOutcomeClass
impl Clone for BinaryOutcomeClass
Source§fn clone(&self) -> BinaryOutcomeClass
fn clone(&self) -> BinaryOutcomeClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BinaryOutcomeClass
Source§impl Debug for BinaryOutcomeClass
impl Debug for BinaryOutcomeClass
Source§impl<'de> Deserialize<'de> for BinaryOutcomeClass
impl<'de> Deserialize<'de> for BinaryOutcomeClass
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for BinaryOutcomeClass
impl Display for BinaryOutcomeClass
impl Eq for BinaryOutcomeClass
Source§impl Hash for BinaryOutcomeClass
impl Hash for BinaryOutcomeClass
Source§impl Ord for BinaryOutcomeClass
impl Ord for BinaryOutcomeClass
Source§fn cmp(&self, other: &BinaryOutcomeClass) -> Ordering
fn cmp(&self, other: &BinaryOutcomeClass) -> Ordering
1.21.0 (const: unstable) · 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 BinaryOutcomeClass
impl PartialEq for BinaryOutcomeClass
Source§fn eq(&self, other: &BinaryOutcomeClass) -> bool
fn eq(&self, other: &BinaryOutcomeClass) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BinaryOutcomeClass
impl PartialOrd for BinaryOutcomeClass
Source§impl Serialize for BinaryOutcomeClass
impl Serialize for BinaryOutcomeClass
impl StructuralPartialEq for BinaryOutcomeClass
Auto Trait Implementations§
impl Freeze for BinaryOutcomeClass
impl RefUnwindSafe for BinaryOutcomeClass
impl Send for BinaryOutcomeClass
impl Sync for BinaryOutcomeClass
impl Unpin for BinaryOutcomeClass
impl UnsafeUnpin for BinaryOutcomeClass
impl UnwindSafe for BinaryOutcomeClass
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