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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SslAuthenticate
Source§impl Debug for SslAuthenticate
impl Debug for SslAuthenticate
impl Eq for SslAuthenticate
Source§impl PartialEq for SslAuthenticate
impl PartialEq for SslAuthenticate
Source§fn eq(&self, other: &SslAuthenticate) -> bool
fn eq(&self, other: &SslAuthenticate) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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