pub struct SslAuthenticate(/* private fields */);
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 for SslAuthenticate
impl PartialEq 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 StructuralPartialEq for SslAuthenticate
Auto Trait Implementations§
impl Freeze for SslAuthenticate
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)