Struct AllConnectionAttributes
Source pub struct AllConnectionAttributes {Show 16 fields
pub source_address: Option<SocketAddr>,
pub source_port: Option<u16>,
pub destination_address: Option<SocketAddr>,
pub destination_port: Option<u16>,
pub id: Option<u64>,
pub mtls: Option<bool>,
pub requested_server_name: Option<String>,
pub tls_version: Option<String>,
pub subject_local_certificate: Option<String>,
pub subject_peer_certificate: Option<String>,
pub dns_san_local_certificate: Option<String>,
pub dns_san_peer_certificate: Option<String>,
pub uri_san_local_certificate: Option<String>,
pub uri_san_peer_certificate: Option<String>,
pub sha256_peer_certificate_digest: Option<String>,
pub termination_details: Option<String>,
}
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
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.