Enum Diagnostic Level

View as Markdown

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.

1pub enum DiagnosticLevel {
2 Warning,
3 Error,
4}

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<(), Error>

impl<'de> Deserialize<'de> for DiagnosticLevel

impl<'de> Deserialize<'de> for DiagnosticLevel

deserialize

fn deserialize<__D>(
    __deserializer: __D,
) -> Result<DiagnosticLevel, <__D as Deserializer<'de>>::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 as Serializer>::Ok, <__S as Serializer>::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