Enum ReconcileSeverity
pub enum ReconcileSeverity {
Warning,
Minor,
Major,
Critical,
}Expand description
Reconciliation severity classification (§8.12).
Variant order encodes severity: Warning < Minor < Major < Critical.
Derives Ord so callers can use max() to combine severities.
Variants§
Trait Implementations§
§impl Clone for ReconcileSeverity
impl Clone for ReconcileSeverity
§fn clone(&self) -> ReconcileSeverity
fn clone(&self) -> ReconcileSeverity
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ReconcileSeverity
impl Debug for ReconcileSeverity
§impl<'de> Deserialize<'de> for ReconcileSeverity
impl<'de> Deserialize<'de> for ReconcileSeverity
§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
§impl Hash for ReconcileSeverity
impl Hash for ReconcileSeverity
§impl Ord for ReconcileSeverity
impl Ord for ReconcileSeverity
§impl PartialEq for ReconcileSeverity
impl PartialEq for ReconcileSeverity
§impl PartialOrd for ReconcileSeverity
impl PartialOrd for ReconcileSeverity
§impl Serialize for ReconcileSeverity
impl Serialize for ReconcileSeverity
impl Copy for ReconcileSeverity
impl Eq for ReconcileSeverity
impl StructuralPartialEq for ReconcileSeverity
Auto Trait Implementations§
impl Freeze for ReconcileSeverity
impl RefUnwindSafe for ReconcileSeverity
impl Send for ReconcileSeverity
impl Sync for ReconcileSeverity
impl Unpin for ReconcileSeverity
impl UnsafeUnpin for ReconcileSeverity
impl UnwindSafe for ReconcileSeverity
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)