#[repr(C)]pub struct LDAPControl;Auto Trait Implementations§
impl Freeze for LDAPControl
impl RefUnwindSafe for LDAPControl
impl Send for LDAPControl
impl Sync for LDAPControl
impl Unpin for LDAPControl
impl UnwindSafe for LDAPControl
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