Struct tls_parser::tls::TlsCertificateStatusContents[][src]

pub struct TlsCertificateStatusContents<'a> {
    pub status_type: u8,
    pub blob: &'a [u8],
}

Certificate status response, as defined in RFC6066 section 8

Fields

Trait Implementations

impl<'a> Clone for TlsCertificateStatusContents<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for TlsCertificateStatusContents<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for TlsCertificateStatusContents<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations