Enum floresta_wire::address_man::AddrManError
source · pub enum AddrManError {}
Trait Implementations§
source§impl Debug for AddrManError
impl Debug for AddrManError
source§impl Display for AddrManError
impl Display for AddrManError
source§impl Error for AddrManError
impl Error for AddrManError
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()
Auto Trait Implementations§
impl RefUnwindSafe for AddrManError
impl Send for AddrManError
impl Sync for AddrManError
impl Unpin for AddrManError
impl UnwindSafe for AddrManError
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