Struct tls_parser::tls_extensions::OidFilter
[−]
[src]
pub struct OidFilter<'a> {
pub cert_ext_oid: &'a [u8],
pub cert_ext_val: &'a [u8],
}Fields
cert_ext_oid: &'a [u8]
cert_ext_val: &'a [u8]
Trait Implementations
impl<'a> Clone for OidFilter<'a>[src]
fn clone(&self) -> OidFilter<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more