[−][src]Enum libp2p_core::nodes::network::NetworkReachError
Error that can happen when trying to reach a node.
Variants
Transport(TransportError<TTransErr>)Error in the transport layer.
We successfully reached the peer, but there was a mismatch between the expected id and the actual id of the peer.
Trait Implementations
impl<TTransErr: Debug, TConnInfo: Debug> Debug for NetworkReachError<TTransErr, TConnInfo>[src]
impl<TTransErr, TConnInfo> Display for NetworkReachError<TTransErr, TConnInfo> where
TTransErr: Display,
TConnInfo: Debug, [src]
TTransErr: Display,
TConnInfo: Debug,
impl<TTransErr, TConnInfo> Error for NetworkReachError<TTransErr, TConnInfo> where
TTransErr: Error + 'static,
TConnInfo: Debug, [src]
TTransErr: Error + 'static,
TConnInfo: Debug,
Auto Trait Implementations
impl<TTransErr, TConnInfo> RefUnwindSafe for NetworkReachError<TTransErr, TConnInfo> where
TConnInfo: RefUnwindSafe,
TTransErr: RefUnwindSafe,
TConnInfo: RefUnwindSafe,
TTransErr: RefUnwindSafe,
impl<TTransErr, TConnInfo> Send for NetworkReachError<TTransErr, TConnInfo> where
TConnInfo: Send,
TTransErr: Send,
TConnInfo: Send,
TTransErr: Send,
impl<TTransErr, TConnInfo> Sync for NetworkReachError<TTransErr, TConnInfo> where
TConnInfo: Sync,
TTransErr: Sync,
TConnInfo: Sync,
TTransErr: Sync,
impl<TTransErr, TConnInfo> Unpin for NetworkReachError<TTransErr, TConnInfo> where
TConnInfo: Unpin,
TTransErr: Unpin,
TConnInfo: Unpin,
TTransErr: Unpin,
impl<TTransErr, TConnInfo> UnwindSafe for NetworkReachError<TTransErr, TConnInfo> where
TConnInfo: UnwindSafe,
TTransErr: UnwindSafe,
TConnInfo: UnwindSafe,
TTransErr: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,