Struct elasticsearch_dsl::search::aggregations::params::AggregationName
source · pub struct AggregationName(/* private fields */);
Expand description
Aggregation name
Trait Implementations§
source§impl Clone for AggregationName
impl Clone for AggregationName
source§fn clone(&self) -> AggregationName
fn clone(&self) -> AggregationName
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 AggregationName
impl Debug for AggregationName
source§impl<'de> Deserialize<'de> for AggregationName
impl<'de> Deserialize<'de> for AggregationName
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<T> From<T> for AggregationNamewhere
T: ToString,
impl<T> From<T> for AggregationNamewhere
T: ToString,
source§impl Ord for AggregationName
impl Ord for AggregationName
source§fn cmp(&self, other: &AggregationName) -> Ordering
fn cmp(&self, other: &AggregationName) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for AggregationName
impl PartialEq for AggregationName
source§fn eq(&self, other: &AggregationName) -> bool
fn eq(&self, other: &AggregationName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for AggregationName
impl PartialOrd for AggregationName
source§fn partial_cmp(&self, other: &AggregationName) -> Option<Ordering>
fn partial_cmp(&self, other: &AggregationName) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for AggregationName
impl Serialize for AggregationName
impl Eq for AggregationName
impl StructuralEq for AggregationName
impl StructuralPartialEq for AggregationName
Auto Trait Implementations§
impl RefUnwindSafe for AggregationName
impl Send for AggregationName
impl Sync for AggregationName
impl Unpin for AggregationName
impl UnwindSafe for AggregationName
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