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
cert_encoding: u8
ca_data: &'a [u8]
Trait Implementations
impl<'a> Debug for CertificateRequestPayload<'a>
[src]
impl<'a> PartialEq for CertificateRequestPayload<'a>
[src]
fn eq(&self, __arg_0: &CertificateRequestPayload<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CertificateRequestPayload<'a>) -> bool
[src]
This method tests for !=
.