Struct tls_parser::TlsCertificateContents [−][src]
pub struct TlsCertificateContents<'a> {
pub cert_chain: Vec<RawCertificate<'a>>,
}
Expand description
The certificate chain, usually composed of the certificate, and all required certificate authorities.
Fields
cert_chain: Vec<RawCertificate<'a>>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> RefUnwindSafe for TlsCertificateContents<'a>
impl<'a> Send for TlsCertificateContents<'a>
impl<'a> Sync for TlsCertificateContents<'a>
impl<'a> Unpin for TlsCertificateContents<'a>
impl<'a> UnwindSafe for TlsCertificateContents<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more