pub struct PeerCert(pub X509);Expand description
Connection’s peer cert
Tuple Fields§
§0: X509Trait Implementations§
Auto Trait Implementations§
impl Freeze for PeerCert
impl RefUnwindSafe for PeerCert
impl Send for PeerCert
impl Sync for PeerCert
impl Unpin for PeerCert
impl UnsafeUnpin for PeerCert
impl UnwindSafe for PeerCert
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