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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more