#[repr(C)]pub struct ldap { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ldap
impl RefUnwindSafe for ldap
impl Send for ldap
impl Sync for ldap
impl Unpin for ldap
impl UnwindSafe for ldap
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