Struct ipsec_parser::CertificateRequestPayload [] [src]

pub struct CertificateRequestPayload<'a> {
    pub cert_encoding: u8,
    pub ca_data: &'a [u8],
}

Defined in [RFC7296] section 3.7

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

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

[src]

This method tests for !=.