pub struct TLSClientCertificateDetail {
pub ccdid: Option<u8>,
pub client_certificate: Option<Vec<u8>>,
pub intermediate_certificates: Option<Vec<Vec<u8>>>,
}Fields§
§ccdid: Option<u8>§client_certificate: Option<Vec<u8>>§intermediate_certificates: Option<Vec<Vec<u8>>>Trait Implementations§
Source§impl Debug for TLSClientCertificateDetail
impl Debug for TLSClientCertificateDetail
Auto Trait Implementations§
impl Freeze for TLSClientCertificateDetail
impl RefUnwindSafe for TLSClientCertificateDetail
impl Send for TLSClientCertificateDetail
impl Sync for TLSClientCertificateDetail
impl Unpin for TLSClientCertificateDetail
impl UnwindSafe for TLSClientCertificateDetail
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