pub enum CheckAnnotationLevel {
Failure,
Notice,
Warning,
Other(String),
}Variants§
Trait Implementations§
Source§impl Debug for CheckAnnotationLevel
impl Debug for CheckAnnotationLevel
Source§impl<'de> Deserialize<'de> for CheckAnnotationLevel
impl<'de> Deserialize<'de> for CheckAnnotationLevel
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CheckAnnotationLevel
impl RefUnwindSafe for CheckAnnotationLevel
impl Send for CheckAnnotationLevel
impl Sync for CheckAnnotationLevel
impl Unpin for CheckAnnotationLevel
impl UnsafeUnpin for CheckAnnotationLevel
impl UnwindSafe for CheckAnnotationLevel
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