Struct ldap3::asn1::Boolean [] [src]

pub struct Boolean {
    pub id: u64,
    pub class: TagClass,
    pub inner: bool,
}

Boolean value.

Fields

Trait Implementations

impl ASNTag for Boolean
[src]

Encode yourself into a generic Tag format. Read more

impl Default for Boolean
[src]

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

impl Copy for Boolean
[src]

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

Formats the value using the given formatter.

impl Clone for Boolean
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more