Struct tls_parser::tls_extensions::OidFilter[][src]

pub struct OidFilter<'a> {
    pub cert_ext_oid: &'a [u8],
    pub cert_ext_val: &'a [u8],
}

Fields

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

impl<'a> PartialEq for OidFilter<'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

impl<'a> Send for OidFilter<'a>

impl<'a> Sync for OidFilter<'a>