Struct ldap_parser::ldap::SearchScope [−][src]
pub struct SearchScope(pub u32);
Tuple Fields
0: u32
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SearchScope
impl Send for SearchScope
impl Sync for SearchScope
impl Unpin for SearchScope
impl UnwindSafe for SearchScope
Blanket Implementations
Mutably borrows from an owned value. Read more