pub enum ImpactStatusValue {
NotApplicable,
WithImpact,
NoImpact,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for ImpactStatusValue
impl Clone for ImpactStatusValue
Source§fn clone(&self) -> ImpactStatusValue
fn clone(&self) -> ImpactStatusValue
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 ImpactStatusValue
impl Debug for ImpactStatusValue
Source§impl Default for ImpactStatusValue
impl Default for ImpactStatusValue
Source§fn default() -> ImpactStatusValue
fn default() -> ImpactStatusValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImpactStatusValue
impl<'de> Deserialize<'de> for ImpactStatusValue
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 ImpactStatusValue
impl Display for ImpactStatusValue
Source§impl Hash for ImpactStatusValue
impl Hash for ImpactStatusValue
Source§impl Ord for ImpactStatusValue
impl Ord for ImpactStatusValue
Source§fn cmp(&self, other: &ImpactStatusValue) -> Ordering
fn cmp(&self, other: &ImpactStatusValue) -> 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 ImpactStatusValue
impl PartialEq for ImpactStatusValue
Source§impl PartialOrd for ImpactStatusValue
impl PartialOrd for ImpactStatusValue
Source§impl Serialize for ImpactStatusValue
impl Serialize for ImpactStatusValue
impl Copy for ImpactStatusValue
impl Eq for ImpactStatusValue
impl StructuralPartialEq for ImpactStatusValue
Auto Trait Implementations§
impl Freeze for ImpactStatusValue
impl RefUnwindSafe for ImpactStatusValue
impl Send for ImpactStatusValue
impl Sync for ImpactStatusValue
impl Unpin for ImpactStatusValue
impl UnwindSafe for ImpactStatusValue
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