Struct tls_parser::tls::TlsCertificateStatusContents [−][src]
Certificate status response, as defined in RFC6066 section 8
Fields
status_type: u8
blob: &'a [u8]
Trait Implementations
impl<'a> Clone for TlsCertificateStatusContents<'a>[src]
impl<'a> Clone for TlsCertificateStatusContents<'a>fn clone(&self) -> TlsCertificateStatusContents<'a>[src]
fn clone(&self) -> TlsCertificateStatusContents<'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 TlsCertificateStatusContents<'a>[src]
impl<'a> Debug for TlsCertificateStatusContents<'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 TlsCertificateStatusContents<'a>[src]
impl<'a> PartialEq for TlsCertificateStatusContents<'a>fn eq(&self, other: &TlsCertificateStatusContents<'a>) -> bool[src]
fn eq(&self, other: &TlsCertificateStatusContents<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TlsCertificateStatusContents<'a>) -> bool[src]
fn ne(&self, other: &TlsCertificateStatusContents<'a>) -> boolThis method tests for !=.
Auto Trait Implementations
impl<'a> Send for TlsCertificateStatusContents<'a>
impl<'a> Send for TlsCertificateStatusContents<'a>impl<'a> Sync for TlsCertificateStatusContents<'a>
impl<'a> Sync for TlsCertificateStatusContents<'a>