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