pub struct OrPredicate<L, R> { /* private fields */ }Expand description
Logical OR of two predicates.
Implementations§
Source§impl<L, R> OrPredicate<L, R>
impl<L, R> OrPredicate<L, R>
Trait Implementations§
Source§impl<L: FilterPredicate, R: FilterPredicate> FilterPredicate for OrPredicate<L, R>
impl<L: FilterPredicate, R: FilterPredicate> FilterPredicate for OrPredicate<L, R>
Auto Trait Implementations§
impl<L, R> Freeze for OrPredicate<L, R>
impl<L, R> RefUnwindSafe for OrPredicate<L, R>where
L: RefUnwindSafe,
R: RefUnwindSafe,
impl<L, R> Send for OrPredicate<L, R>
impl<L, R> Sync for OrPredicate<L, R>
impl<L, R> Unpin for OrPredicate<L, R>
impl<L, R> UnwindSafe for OrPredicate<L, R>where
L: UnwindSafe,
R: 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