#[repr(u8)]pub enum SearchScope {
BaseObject = 0,
SingleLevel = 1,
WholeSubtree = 2,
}Expand description
LDAP search scope
Variants§
BaseObject = 0
Search only the base object
SingleLevel = 1
Search one level below base
WholeSubtree = 2
Search entire subtree
Trait Implementations§
Source§impl Clone for SearchScope
impl Clone for SearchScope
Source§fn clone(&self) -> SearchScope
fn clone(&self) -> SearchScope
Returns a duplicate of the value. Read more
1.0.0§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 PartialEq for SearchScope
impl PartialEq for SearchScope
impl Copy for SearchScope
impl Eq for SearchScope
impl StructuralPartialEq for SearchScope
Auto Trait Implementations§
impl Freeze for SearchScope
impl RefUnwindSafe for SearchScope
impl Send for SearchScope
impl Sync for SearchScope
impl Unpin for SearchScope
impl UnwindSafe for SearchScope
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)