pub enum OwnershipSeverity {
Info,
Warning,
Error,
}Variants§
Trait Implementations§
Source§impl Clone for OwnershipSeverity
impl Clone for OwnershipSeverity
Source§fn clone(&self) -> OwnershipSeverity
fn clone(&self) -> OwnershipSeverity
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 OwnershipSeverity
impl Debug for OwnershipSeverity
Source§impl<'de> Deserialize<'de> for OwnershipSeverity
impl<'de> Deserialize<'de> for OwnershipSeverity
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 Ord for OwnershipSeverity
impl Ord for OwnershipSeverity
Source§fn cmp(&self, other: &OwnershipSeverity) -> Ordering
fn cmp(&self, other: &OwnershipSeverity) -> 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 OwnershipSeverity
impl PartialEq for OwnershipSeverity
Source§impl PartialOrd for OwnershipSeverity
impl PartialOrd for OwnershipSeverity
Source§impl Serialize for OwnershipSeverity
impl Serialize for OwnershipSeverity
impl Copy for OwnershipSeverity
impl Eq for OwnershipSeverity
impl StructuralPartialEq for OwnershipSeverity
Auto Trait Implementations§
impl Freeze for OwnershipSeverity
impl RefUnwindSafe for OwnershipSeverity
impl Send for OwnershipSeverity
impl Sync for OwnershipSeverity
impl Unpin for OwnershipSeverity
impl UnsafeUnpin for OwnershipSeverity
impl UnwindSafe for OwnershipSeverity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.