pub struct ListenerStatistics {
Show 13 fields pub rx_packets: u64, pub rx_bytes: u64, pub rx_parse_errors: u64, pub rx_io_errors: u64, pub tx_packets: u64, pub tx_bytes: u64, pub delegated_packets: u64, pub delegated_bytes: u64, pub cx_inbound: u64, pub cx_opened: u64, pub cx_dropped: u64, pub cx_rejected: u64, pub cx_accepted: u64,
}

Fields

rx_packets: u64rx_bytes: u64rx_parse_errors: u64rx_io_errors: u64tx_packets: u64tx_bytes: u64delegated_packets: u64delegated_bytes: u64cx_inbound: u64cx_opened: u64cx_dropped: u64cx_rejected: u64cx_accepted: u64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Compare self to key and return true if they are equal.

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

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

Uses borrowed data to replace owned data, usually by cloning. 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.