pub struct AndPredicate {
pub lhs: PredicateVec,
pub rhs: PredicateVec,
}Fields§
§lhs: PredicateVec§rhs: PredicateVecImplementations§
Source§impl AndPredicate
impl AndPredicate
pub fn new(lhs: PredicateVec, rhs: PredicateVec) -> Self
Trait Implementations§
Source§impl Clone for AndPredicate
impl Clone for AndPredicate
Source§fn clone(&self) -> AndPredicate
fn clone(&self) -> AndPredicate
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 AndPredicate
impl Debug for AndPredicate
Source§impl PredicateMember for AndPredicate
impl PredicateMember for AndPredicate
Auto Trait Implementations§
impl !Send for AndPredicate
impl !Sync for AndPredicate
impl Freeze for AndPredicate
impl RefUnwindSafe for AndPredicate
impl Unpin for AndPredicate
impl UnsafeUnpin for AndPredicate
impl UnwindSafe for AndPredicate
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