Struct rustls::server::ClientCertVerified
source · [−]pub struct ClientCertVerified(_);
Expand description
Zero-sized marker type representing verification of a client cert chain.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClientCertVerified
impl Send for ClientCertVerified
impl Sync for ClientCertVerified
impl Unpin for ClientCertVerified
impl UnwindSafe for ClientCertVerified
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