pub struct SslAuthenticate(_);Expand description
Specifies a server’s requirement for client certificates.
Implementations§
Trait Implementations§
source§impl Clone for SslAuthenticate
impl Clone for SslAuthenticate
source§fn clone(&self) -> SslAuthenticate
fn clone(&self) -> SslAuthenticate
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 SslAuthenticate
impl Debug for SslAuthenticate
source§impl PartialEq<SslAuthenticate> for SslAuthenticate
impl PartialEq<SslAuthenticate> for SslAuthenticate
source§fn eq(&self, other: &SslAuthenticate) -> bool
fn eq(&self, other: &SslAuthenticate) -> bool
This method tests for
self and other values to be equal, and is used
by ==.