pub enum AnnotationLevel {
Notice,
Warning,
Failure,
}Variants§
Trait Implementations§
Source§impl Debug for AnnotationLevel
impl Debug for AnnotationLevel
Source§impl<'de> Deserialize<'de> for AnnotationLevel
impl<'de> Deserialize<'de> for AnnotationLevel
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 AnnotationLevel
impl PartialEq for AnnotationLevel
Source§impl Serialize for AnnotationLevel
impl Serialize for AnnotationLevel
impl StructuralPartialEq for AnnotationLevel
Auto Trait Implementations§
impl Freeze for AnnotationLevel
impl RefUnwindSafe for AnnotationLevel
impl Send for AnnotationLevel
impl Sync for AnnotationLevel
impl Unpin for AnnotationLevel
impl UnwindSafe for AnnotationLevel
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