pub enum ContentSeverity {
Low,
Medium,
High,
Critical,
}
Variants§
Trait Implementations§
Source§impl Clone for ContentSeverity
impl Clone for ContentSeverity
Source§fn clone(&self) -> ContentSeverity
fn clone(&self) -> ContentSeverity
Returns a copy 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 ContentSeverity
impl Debug for ContentSeverity
Source§impl<'de> Deserialize<'de> for ContentSeverity
impl<'de> Deserialize<'de> for ContentSeverity
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 PartialEq for ContentSeverity
impl PartialEq for ContentSeverity
Source§impl Serialize for ContentSeverity
impl Serialize for ContentSeverity
impl Eq for ContentSeverity
impl StructuralPartialEq for ContentSeverity
Auto Trait Implementations§
impl Freeze for ContentSeverity
impl RefUnwindSafe for ContentSeverity
impl Send for ContentSeverity
impl Sync for ContentSeverity
impl Unpin for ContentSeverity
impl UnwindSafe for ContentSeverity
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