pub struct NetInfoRequestHandlerPeer {
Show 21 fields pub addr: String, pub sub_version: String, pub conn_type: String, pub network: String, pub age: String, pub min_ping: FloatOrd<f64>, pub ping: FloatOrd<f64>, pub addr_processed: i64, pub addr_rate_limited: i64, pub last_blck: i64, pub last_recv: i64, pub last_send: i64, pub last_trxn: i64, pub id: i32, pub mapped_as: i32, pub version: i32, pub is_addr_relay_enabled: bool, pub is_bip152_hb_from: bool, pub is_bip152_hb_to: bool, pub is_block_relay: bool, pub is_outbound: bool,
}

Fields§

§addr: String§sub_version: String§conn_type: String§network: String§age: String§min_ping: FloatOrd<f64>§ping: FloatOrd<f64>§addr_processed: i64§addr_rate_limited: i64§last_blck: i64§last_recv: i64§last_send: i64§last_trxn: i64§id: i32§mapped_as: i32§version: i32§is_addr_relay_enabled: bool§is_bip152_hb_from: bool§is_bip152_hb_to: bool§is_block_relay: bool§is_outbound: bool

Trait Implementations§

This method returns an Ordering between self and other. Read more
Compares and returns the maximum of two values. Read more
Compares and returns the minimum of two values. Read more
Restrict a value to a certain interval. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion. Read more
Compare self to key and return true if they are equal.

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
Should always be Self
Convert type of a const pointer. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more