Struct ldap3::asn1::ExplicitTag [] [src]

pub struct ExplicitTag {
    pub id: u64,
    pub class: TagClass,
    pub inner: Box<Tag>,
}

Explicitly tagged value. LDAP uses implicit tagging, but external structures might not.

Fields

Trait Implementations

impl ASNTag for ExplicitTag
[src]

Encode yourself into a generic Tag format. Read more

impl PartialEq<ExplicitTag> for ExplicitTag
[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 ExplicitTag
[src]

Formats the value using the given formatter.

impl Clone for ExplicitTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more