[][src]Struct sv::messages::NodeAddrEx

pub struct NodeAddrEx {
    pub last_connected_time: u32,
    pub addr: NodeAddr,
}

Node network address extended with a last connected time

Fields

Last connected time in seconds since the unix epoch

Node address

Methods

impl NodeAddrEx
[src]

Size of the NodeAddrEx in bytes

Returns the size of the address in bytes

Trait Implementations

impl Serializable<NodeAddrEx> for NodeAddrEx
[src]

impl Clone for NodeAddrEx
[src]

Performs copy-assignment from source. Read more

impl Eq for NodeAddrEx
[src]

impl Default for NodeAddrEx
[src]

impl PartialEq<NodeAddrEx> for NodeAddrEx
[src]

impl Debug for NodeAddrEx
[src]

impl Hash for NodeAddrEx
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for NodeAddrEx

impl Sync for NodeAddrEx

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self