pub struct Addr {
pub addrs: Vec<NodeAddrEx>,
}
Expand description
Known node addresses
Fields§
§addrs: Vec<NodeAddrEx>
List of addresses of known nodes
Trait Implementations§
Source§impl Serializable<Addr> for Addr
impl Serializable<Addr> for Addr
impl Eq for Addr
impl StructuralPartialEq for Addr
Auto Trait Implementations§
impl Freeze for Addr
impl RefUnwindSafe for Addr
impl Send for Addr
impl Sync for Addr
impl Unpin for Addr
impl UnwindSafe for Addr
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