pub struct Not<Q>(/* private fields */);Expand description
Negation: NOT Q
Trait Implementations§
Auto Trait Implementations§
impl<Q> Freeze for Not<Q>
impl<Q> RefUnwindSafe for Not<Q>where
Q: RefUnwindSafe,
impl<Q> Send for Not<Q>where
Q: Send,
impl<Q> Sync for Not<Q>where
Q: Sync,
impl<Q> Unpin for Not<Q>where
Q: Unpin,
impl<Q> UnwindSafe for Not<Q>where
Q: UnwindSafe,
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