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