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