Struct ldap3::asn1::StructureTag [] [src]

pub struct StructureTag {
    pub class: TagClass,
    pub id: u64,
    pub payload: PL,
}

ASN.1 structure prepared for serialization.

Fields

Methods

impl StructureTag
[src]

Trait Implementations

impl Eq for StructureTag
[src]

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

Formats the value using the given formatter.

impl Clone for StructureTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more