pub struct SslAuthenticate(_);
Expand description
Specifies a server’s requirement for client certificates.
Implementations
Trait Implementations
sourceimpl Clone for SslAuthenticate
impl Clone for SslAuthenticate
sourcefn clone(&self) -> SslAuthenticate
fn clone(&self) -> SslAuthenticate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SslAuthenticate
impl Debug for SslAuthenticate
sourceimpl PartialEq<SslAuthenticate> for SslAuthenticate
impl PartialEq<SslAuthenticate> for SslAuthenticate
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &SslAuthenticate) -> bool
fn ne(&self, other: &SslAuthenticate) -> bool
This method tests for !=
.
impl Copy for SslAuthenticate
impl Eq for SslAuthenticate
impl StructuralEq for SslAuthenticate
impl StructuralPartialEq for SslAuthenticate
Auto Trait Implementations
impl RefUnwindSafe for SslAuthenticate
impl Send for SslAuthenticate
impl Sync for SslAuthenticate
impl Unpin for SslAuthenticate
impl UnwindSafe for SslAuthenticate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more