Struct coap_lite::error::InvalidObserve
source · [−]pub struct InvalidObserve;Expand description
The error that can occur when parsing an observe option value.
Trait Implementations
sourceimpl Debug for InvalidObserve
impl Debug for InvalidObserve
sourceimpl Display for InvalidObserve
impl Display for InvalidObserve
sourceimpl Error for InvalidObserve
impl Error for InvalidObserve
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
🔬 This is a nightly-only experimental API. (
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<InvalidObserve> for InvalidObserve
impl PartialEq<InvalidObserve> for InvalidObserve
impl StructuralPartialEq for InvalidObserve
Auto Trait Implementations
impl RefUnwindSafe for InvalidObserve
impl Send for InvalidObserve
impl Sync for InvalidObserve
impl Unpin for InvalidObserve
impl UnwindSafe for InvalidObserve
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more