pub enum CodeGraphSeverity {
Error,
Warning,
Info,
}Variants§
Trait Implementations§
Source§impl Clone for CodeGraphSeverity
impl Clone for CodeGraphSeverity
Source§fn clone(&self) -> CodeGraphSeverity
fn clone(&self) -> CodeGraphSeverity
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 CodeGraphSeverity
impl Debug for CodeGraphSeverity
Source§impl<'de> Deserialize<'de> for CodeGraphSeverity
impl<'de> Deserialize<'de> for CodeGraphSeverity
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 CodeGraphSeverity
impl PartialEq for CodeGraphSeverity
Source§impl Serialize for CodeGraphSeverity
impl Serialize for CodeGraphSeverity
impl Copy for CodeGraphSeverity
impl Eq for CodeGraphSeverity
impl StructuralPartialEq for CodeGraphSeverity
Auto Trait Implementations§
impl Freeze for CodeGraphSeverity
impl RefUnwindSafe for CodeGraphSeverity
impl Send for CodeGraphSeverity
impl Sync for CodeGraphSeverity
impl Unpin for CodeGraphSeverity
impl UnsafeUnpin for CodeGraphSeverity
impl UnwindSafe for CodeGraphSeverity
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