[−][src]Enum libp2p_core::nodes::tasks::Error
Error that can happen in a task.
Variants
An error happend while we were trying to reach the node.
Node(HandledNodeError<H>)An error happened after the node has been reached.
Trait Implementations
impl<R: Debug, H: Debug> Debug for Error<R, H>[src]
impl<R, H> Display for Error<R, H> where
R: Display,
H: Display, [src]
R: Display,
H: Display,
impl<R, H> Error for Error<R, H> where
R: Error + 'static,
H: Error + 'static, [src]
R: Error + 'static,
H: Error + 'static,
Auto Trait Implementations
impl<R, H> !RefUnwindSafe for Error<R, H>
impl<R, H> Send for Error<R, H> where
H: Send,
R: Send,
H: Send,
R: Send,
impl<R, H> Sync for Error<R, H> where
H: Sync,
R: Sync,
H: Sync,
R: Sync,
impl<R, H> Unpin for Error<R, H> where
H: Unpin,
R: Unpin,
H: Unpin,
R: Unpin,
impl<R, H> !UnwindSafe for Error<R, H>
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>,