Enum Diagnostic Level
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
Diagnostic severity returned by plugin validation.
Variants
Warning
Warning
Non-fatal compatibility or validation issue.
Error
Error
Fatal validation issue that blocks initialization.
Trait Implementations
impl Clone for DiagnosticLevel
impl Clone for DiagnosticLevel
clone
fn clone(&self) -> DiagnosticLevel
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for DiagnosticLevel
impl Debug for DiagnosticLevel
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for DiagnosticLevel
impl<'de> Deserialize<'de> for DiagnosticLevel
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl PartialEq for DiagnosticLevel
impl PartialEq for DiagnosticLevel
eq
fn eq(&self, other: &DiagnosticLevel) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for DiagnosticLevel
impl Serialize for DiagnosticLevel
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Copy for DiagnosticLevel
impl Copy for DiagnosticLevel
impl Eq for DiagnosticLevel
impl Eq for DiagnosticLevel
impl StructuralPartialEq for DiagnosticLevel
impl StructuralPartialEq for DiagnosticLevel