Struct netstack3_core::error::NoRouteError
source · pub struct NoRouteError;
Expand description
Error when no route exists to a remote address.
Trait Implementations§
source§impl Debug for NoRouteError
impl Debug for NoRouteError
source§impl From<NoRouteError> for NetstackError
impl From<NoRouteError> for NetstackError
source§fn from(_: NoRouteError) -> NetstackError
fn from(_: NoRouteError) -> NetstackError
Converts to this type from the input type.
source§impl From<NoRouteError> for SocketError
impl From<NoRouteError> for SocketError
source§fn from(_: NoRouteError) -> SocketError
fn from(_: NoRouteError) -> SocketError
Converts to this type from the input type.
source§impl PartialEq for NoRouteError
impl PartialEq for NoRouteError
source§fn eq(&self, other: &NoRouteError) -> bool
fn eq(&self, other: &NoRouteError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for NoRouteError
impl StructuralEq for NoRouteError
impl StructuralPartialEq for NoRouteError
Auto Trait Implementations§
impl RefUnwindSafe for NoRouteError
impl Send for NoRouteError
impl Sync for NoRouteError
impl Unpin for NoRouteError
impl UnwindSafe for NoRouteError
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