pub struct Not<I = ()> { /* private fields */ }
Trait Implementations§
Source§impl<T: Clone> Path<Not> for And<T>
impl<T: Clone> Path<Not> for And<T>
Source§impl<T: Clone> Path<Not> for Eq<bool, T>
impl<T: Clone> Path<Not> for Eq<bool, T>
Source§impl<T: Clone> Path<Not> for Exc<T>
impl<T: Clone> Path<Not> for Exc<T>
Source§impl<T: Clone> Path<Not> for Nand<T>
impl<T: Clone> Path<Not> for Nand<T>
Source§impl<T: Clone> Path<Not> for Nexc<T>
impl<T: Clone> Path<Not> for Nexc<T>
Source§impl<T: Clone> Path<Not> for Nor<T>
impl<T: Clone> Path<Not> for Nor<T>
Source§impl<T: Clone> Path<Not> for Nrexc<T>
impl<T: Clone> Path<Not> for Nrexc<T>
Source§impl<T: Clone> Path<Not> for Or<T>
impl<T: Clone> Path<Not> for Or<T>
Source§impl<T: Clone> Path<Not> for Rexc<T>
impl<T: Clone> Path<Not> for Rexc<T>
Source§impl<T: Clone> Path<Not> for Xor<T>
impl<T: Clone> Path<Not> for Xor<T>
impl<I: Copy> Copy for Not<I>
impl<I> StructuralPartialEq for Not<I>
Auto Trait Implementations§
impl<I> Freeze for Not<I>where
I: Freeze,
impl<I> RefUnwindSafe for Not<I>where
I: RefUnwindSafe,
impl<I> Send for Not<I>where
I: Send,
impl<I> Sync for Not<I>where
I: Sync,
impl<I> Unpin for Not<I>where
I: Unpin,
impl<I> UnwindSafe for Not<I>where
I: 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