pub struct LdapSearchResult {
    pub entries: Vec<LdapEntry>,
}Fields§
§entries: Vec<LdapEntry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LdapSearchResult
impl RefUnwindSafe for LdapSearchResult
impl Send for LdapSearchResult
impl Sync for LdapSearchResult
impl Unpin for LdapSearchResult
impl UnwindSafe for LdapSearchResult
Blanket Implementations§
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