Struct tls_parser::tls::TlsCertificateContents [−][src]
pub struct TlsCertificateContents<'a> {
pub cert_chain: Vec<RawCertificate<'a>>,
}The certificate chain, usually composed of the certificate, and all required certificate authorities.
Fields
cert_chain: Vec<RawCertificate<'a>>
Trait Implementations
impl<'a> Clone for TlsCertificateContents<'a>[src]
impl<'a> Clone for TlsCertificateContents<'a>fn clone(&self) -> TlsCertificateContents<'a>[src]
fn clone(&self) -> TlsCertificateContents<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Debug for TlsCertificateContents<'a>[src]
impl<'a> Debug for TlsCertificateContents<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for TlsCertificateContents<'a>[src]
impl<'a> PartialEq for TlsCertificateContents<'a>fn eq(&self, other: &TlsCertificateContents<'a>) -> bool[src]
fn eq(&self, other: &TlsCertificateContents<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TlsCertificateContents<'a>) -> bool[src]
fn ne(&self, other: &TlsCertificateContents<'a>) -> boolThis method tests for !=.
Auto Trait Implementations
impl<'a> Send for TlsCertificateContents<'a>
impl<'a> Send for TlsCertificateContents<'a>impl<'a> Sync for TlsCertificateContents<'a>
impl<'a> Sync for TlsCertificateContents<'a>