Enum ldap3::asn1::PL [] [src]

pub enum PL {
    P(Vec<u8>),
    C(Vec<StructureTag>),
}

Tagged value payload.

Variants

Primitive value.

Constructed value.

Trait Implementations

impl Eq for PL
[src]

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

Formats the value using the given formatter.

impl Clone for PL
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more