Enum rs_es::operations::search::aggregations::bucket::OrderKey
[−]
[src]
pub enum OrderKey<'a> { Count, Key, Term, Expr(&'a str), }
Order - used for some bucketing aggregations to determine the order of buckets
Variants
Count
Key
Term
Expr(&'a str)
Trait Implementations
impl<'a> Debug for OrderKey<'a>
[src]
impl<'a> Eq for OrderKey<'a>
[src]
impl<'a> Hash for OrderKey<'a>
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0
Feeds a slice of this type into the state provided.
impl<'a> PartialEq for OrderKey<'a>
[src]
fn eq(&self, __arg_0: &OrderKey<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &OrderKey<'a>) -> bool
This method tests for !=
.