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