Struct ldap3::asn1::OctetString [] [src]

pub struct OctetString {
    pub id: u64,
    pub class: TagClass,
    pub inner: Vec<u8>,
}

String of bytes.

Fields

Trait Implementations

impl ASNTag for OctetString
[src]

Encode yourself into a generic Tag format. Read more

impl Default for OctetString
[src]

Returns the "default value" for a type. Read more

impl PartialEq<OctetString> for OctetString
[src]

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

This method tests for !=.

impl Debug for OctetString
[src]

Formats the value using the given formatter.

impl Clone for OctetString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more