pub enum TransportIdentityError {
Multiaddress(String),
}
Expand description
All errors raised by the crate.
Variants§
Trait Implementations§
Source§impl Debug for TransportIdentityError
impl Debug for TransportIdentityError
Source§impl Display for TransportIdentityError
impl Display for TransportIdentityError
Source§impl Error for TransportIdentityError
impl Error for TransportIdentityError
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 TransportIdentityError
impl PartialEq for TransportIdentityError
impl StructuralPartialEq for TransportIdentityError
Auto Trait Implementations§
impl Freeze for TransportIdentityError
impl RefUnwindSafe for TransportIdentityError
impl Send for TransportIdentityError
impl Sync for TransportIdentityError
impl Unpin for TransportIdentityError
impl UnwindSafe for TransportIdentityError
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