pub struct And<Lhs, Rhs> { /* private fields */ }
Expand description
Two predicates combined into one.
Created with Predicate::and
Trait Implementations§
impl<Lhs: Copy, Rhs: Copy> Copy for And<Lhs, Rhs>
Auto Trait Implementations§
impl<Lhs, Rhs> Freeze for And<Lhs, Rhs>
impl<Lhs, Rhs> RefUnwindSafe for And<Lhs, Rhs>where
Lhs: RefUnwindSafe,
Rhs: RefUnwindSafe,
impl<Lhs, Rhs> Send for And<Lhs, Rhs>
impl<Lhs, Rhs> Sync for And<Lhs, Rhs>
impl<Lhs, Rhs> Unpin for And<Lhs, Rhs>
impl<Lhs, Rhs> UnwindSafe for And<Lhs, Rhs>where
Lhs: UnwindSafe,
Rhs: 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)