Struct fluvio_future::openssl::TlsConnector
source · pub struct TlsConnector {
pub inner: SslConnector,
pub verify_hostname: bool,
pub allow_partial: bool,
}Fields§
§inner: SslConnector§verify_hostname: bool§allow_partial: boolImplementations§
Trait Implementations§
source§impl Clone for TlsConnector
impl Clone for TlsConnector
source§fn clone(&self) -> TlsConnector
fn clone(&self) -> TlsConnector
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TlsConnector
impl Debug for TlsConnector
source§impl From<TlsConnector> for TlsAnonymousConnector
impl From<TlsConnector> for TlsAnonymousConnector
source§fn from(connector: TlsConnector) -> Self
fn from(connector: TlsConnector) -> Self
Converts to this type from the input type.