Struct Parse LogSeverity Error
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.
Error returned when parsing an unsupported log severity.
Trait Implementations
impl Clone for ParseLogSeverityError
impl Clone for ParseLogSeverityError
clone
fn clone(&self) -> ParseLogSeverityError
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for ParseLogSeverityError
impl Debug for ParseLogSeverityError
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Display for ParseLogSeverityError
impl Display for ParseLogSeverityError
fmt
fn fmt(&self, formatter: &mut Formatter<'_>) -> Result
impl Error for ParseLogSeverityError
impl Error for ParseLogSeverityError
source
fn source(&self) -> Option<&(dyn Error + 'static)>
description
fn description(&self) -> &str
cause
fn cause(&self) -> Option<&dyn Error>
provide
fn provide<'a>(&'a self, request: &mut Request<'a>)
impl PartialEq for ParseLogSeverityError
impl PartialEq for ParseLogSeverityError
eq
fn eq(&self, other: &ParseLogSeverityError) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Eq for ParseLogSeverityError
impl Eq for ParseLogSeverityError
impl StructuralPartialEq for ParseLogSeverityError
impl StructuralPartialEq for ParseLogSeverityError