pub struct SslClientCertificateState(_);
Expand description
Specifies the state of client certificate processing.
Implementations
Trait Implementations
sourceimpl Clone for SslClientCertificateState
impl Clone for SslClientCertificateState
sourcefn clone(&self) -> SslClientCertificateState
fn clone(&self) -> SslClientCertificateState
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 SslClientCertificateState
impl Debug for SslClientCertificateState
sourceimpl PartialEq<SslClientCertificateState> for SslClientCertificateState
impl PartialEq<SslClientCertificateState> for SslClientCertificateState
sourcefn eq(&self, other: &SslClientCertificateState) -> bool
fn eq(&self, other: &SslClientCertificateState) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SslClientCertificateState) -> bool
fn ne(&self, other: &SslClientCertificateState) -> bool
This method tests for !=
.
impl Copy for SslClientCertificateState
impl Eq for SslClientCertificateState
impl StructuralEq for SslClientCertificateState
impl StructuralPartialEq for SslClientCertificateState
Auto Trait Implementations
impl RefUnwindSafe for SslClientCertificateState
impl Send for SslClientCertificateState
impl Sync for SslClientCertificateState
impl Unpin for SslClientCertificateState
impl UnwindSafe for SslClientCertificateState
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