Enum ldap3::Scope [] [src]

pub enum Scope {
    Base,
    OneLevel,
    Subtree,
}

Possible values for search scope.

Variants

Base object; search only the object named in the base DN.

Search the objects immediately below the base DN.

Search the object named in the base DN and the whole subtree below it.

Trait Implementations

impl Clone for Scope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Scope
[src]

impl Debug for Scope
[src]

Formats the value using the given formatter.

impl PartialEq for Scope
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.