Struct AllUpstreamAttributes
Source pub struct AllUpstreamAttributes {
pub address: Option<SocketAddr>,
pub port: Option<u16>,
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 local_address: Option<String>,
pub transport_failure_reason: 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.