Struct ldap3::asn1::Enumerated [] [src]

pub struct Enumerated {
    pub id: u64,
    pub class: TagClass,
    pub inner: i64,
}

Integer with a different tag.

Fields

Trait Implementations

impl ASNTag for Enumerated
[src]

Encode yourself into a generic Tag format. Read more

impl Default for Enumerated
[src]

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

impl Copy for Enumerated
[src]

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

Formats the value using the given formatter.

impl Clone for Enumerated
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more