Struct hyper_openssl::OpensslClient
[−]
[src]
pub struct OpensslClient(_);
An SslClient implementation using OpenSSL.
Methods
impl OpensslClient[src]
fn new() -> Result<OpensslClient, ErrorStack>
Creates a new OpenSslClient with default settings.
Trait Implementations
impl Clone for OpensslClient[src]
fn clone(&self) -> OpensslClient
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl From<SslConnector> for OpensslClient[src]
fn from(connector: SslConnector) -> OpensslClient
Performs the conversion.