Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Diagnostic severity.
WarningWarning
Non-fatal compatibility or validation issue.
ErrorError
Fatal validation issue that blocks initialization.
impl Clone for DiagnosticLevelimpl Clone for DiagnosticLevel
clonefn clone(&self) -> DiagnosticLevel
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for DiagnosticLevelimpl Debug for DiagnosticLevel
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for DiagnosticLevelimpl<'de> Deserialize<'de> for DiagnosticLevel
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl PartialEq for DiagnosticLevelimpl PartialEq for DiagnosticLevel
eqfn eq(&self, other: &DiagnosticLevel) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for DiagnosticLevelimpl Serialize for DiagnosticLevel
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Copy for DiagnosticLevelimpl Copy for DiagnosticLevel
impl Eq for DiagnosticLevelimpl Eq for DiagnosticLevel
impl StructuralPartialEq for DiagnosticLevelimpl StructuralPartialEq for DiagnosticLevel