Struct simple_ldap::NotFilter
source · pub struct NotFilter { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for NotFilter
impl !Send for NotFilter
impl !Sync for NotFilter
impl Unpin for NotFilter
impl !UnwindSafe for NotFilter
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