Enum libp2p_kad::BootstrapError
source · Expand description
The error result of Kademlia::bootstrap
.
Variants§
Trait Implementations§
source§impl Clone for BootstrapError
impl Clone for BootstrapError
source§fn clone(&self) -> BootstrapError
fn clone(&self) -> BootstrapError
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 BootstrapError
impl Debug for BootstrapError
source§impl Display for BootstrapError
impl Display for BootstrapError
source§impl Error for BootstrapError
impl Error for BootstrapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()