Struct amq_protocol_tcp::OwnedTLSConfig [−][src]
pub struct OwnedTLSConfig {
pub identity: Option<OwnedIdentity>,
pub cert_chain: Option<String>,
}
Expand description
Re-export TcpStream Holds extra TLS configuration
Fields
identity: Option<OwnedIdentity>
Use for client certificate authentication
cert_chain: Option<String>
The custom certificates chain in PEM format
Implementations
Re-export TcpStream
Trait Implementations
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
impl RefUnwindSafe for OwnedTLSConfig
impl Send for OwnedTLSConfig
impl Sync for OwnedTLSConfig
impl Unpin for OwnedTLSConfig
impl UnwindSafe for OwnedTLSConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
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