Enum query_structure::filter::AggregationFilter
source · pub enum AggregationFilter {
Count(Box<Filter>),
Average(Box<Filter>),
Sum(Box<Filter>),
Min(Box<Filter>),
Max(Box<Filter>),
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for AggregationFilter
impl Clone for AggregationFilter
source§fn clone(&self) -> AggregationFilter
fn clone(&self) -> AggregationFilter
Returns a copy of the value. Read more
1.0.0 · 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 AggregationFilter
impl Debug for AggregationFilter
source§impl Hash for AggregationFilter
impl Hash for AggregationFilter
source§impl PartialEq for AggregationFilter
impl PartialEq for AggregationFilter
source§fn eq(&self, other: &AggregationFilter) -> bool
fn eq(&self, other: &AggregationFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AggregationFilter
impl StructuralEq for AggregationFilter
impl StructuralPartialEq for AggregationFilter
Auto Trait Implementations§
impl !RefUnwindSafe for AggregationFilter
impl Send for AggregationFilter
impl Sync for AggregationFilter
impl Unpin for AggregationFilter
impl !UnwindSafe for AggregationFilter
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> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.