pub enum EndpointCreationError {
Unknown,
}
Variants§
Unknown
Unknown error inside of libcoap
Trait Implementations§
Source§impl Clone for EndpointCreationError
impl Clone for EndpointCreationError
Source§fn clone(&self) -> EndpointCreationError
fn clone(&self) -> EndpointCreationError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EndpointCreationError
impl Debug for EndpointCreationError
Source§impl Display for EndpointCreationError
impl Display for EndpointCreationError
Source§impl Error for EndpointCreationError
impl Error for EndpointCreationError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for EndpointCreationError
impl PartialEq for EndpointCreationError
impl Copy for EndpointCreationError
impl Eq for EndpointCreationError
impl StructuralPartialEq for EndpointCreationError
Auto Trait Implementations§
impl Freeze for EndpointCreationError
impl RefUnwindSafe for EndpointCreationError
impl Send for EndpointCreationError
impl Sync for EndpointCreationError
impl Unpin for EndpointCreationError
impl UnwindSafe for EndpointCreationError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more