Struct ldap3::asn1::Null [] [src]

pub struct Null {
    pub id: u64,
    pub class: TagClass,
    pub inner: (),
}

Null value.

Fields

Trait Implementations

impl ASNTag for Null
[src]

Encode yourself into a generic Tag format. Read more

impl Default for Null
[src]

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

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

Formats the value using the given formatter.

impl Clone for Null
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more