Struct ldap_parser::ldap::SearchScope  
source · pub struct SearchScope(pub u32);Tuple Fields§
§0: u32Implementations§
source§impl SearchScope
 
impl SearchScope
pub const BaseObject: SearchScope = _
pub const SingleLevel: SearchScope = _
pub const WholeSubtree: SearchScope = _
Trait Implementations§
source§impl Clone for SearchScope
 
impl Clone for SearchScope
source§fn clone(&self) -> SearchScope
 
fn clone(&self) -> SearchScope
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for SearchScope
 
impl Debug for SearchScope
source§impl Display for SearchScope
 
impl Display for SearchScope
source§impl PartialEq for SearchScope
 
impl PartialEq for SearchScope
source§fn eq(&self, other: &SearchScope) -> bool
 
fn eq(&self, other: &SearchScope) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for SearchScope
impl Eq for SearchScope
impl StructuralPartialEq for SearchScope
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§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
    T: 'a,
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more