pub struct OrPredicate {
pub lhs: PredicateVec,
pub rhs: PredicateVec,
}Fields§
§lhs: PredicateVec§rhs: PredicateVecImplementations§
Source§impl OrPredicate
impl OrPredicate
pub fn new(lhs: PredicateVec, rhs: PredicateVec) -> Self
Trait Implementations§
Source§impl Clone for OrPredicate
impl Clone for OrPredicate
Source§fn clone(&self) -> OrPredicate
fn clone(&self) -> OrPredicate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OrPredicate
impl Debug for OrPredicate
Source§impl PredicateMember for OrPredicate
impl PredicateMember for OrPredicate
Auto Trait Implementations§
impl !Send for OrPredicate
impl !Sync for OrPredicate
impl Freeze for OrPredicate
impl RefUnwindSafe for OrPredicate
impl Unpin for OrPredicate
impl UnsafeUnpin for OrPredicate
impl UnwindSafe for OrPredicate
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