Struct elasticsearch_dsl::search::aggregations::params::AggregationName
source · [−]pub struct AggregationName(_);
Expand description
Aggregation name
Trait Implementations
sourceimpl Clone for AggregationName
impl Clone for AggregationName
sourcefn clone(&self) -> AggregationName
fn clone(&self) -> AggregationName
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AggregationName
impl Debug for AggregationName
sourceimpl<'de> Deserialize<'de> for AggregationName
impl<'de> Deserialize<'de> for AggregationName
sourcefn 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
sourceimpl<T> From<T> for AggregationName where
T: ToString,
impl<T> From<T> for AggregationName where
T: ToString,
sourceimpl Ord for AggregationName
impl Ord for AggregationName
sourceimpl PartialEq<AggregationName> for AggregationName
impl PartialEq<AggregationName> for AggregationName
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &AggregationName) -> bool
fn ne(&self, other: &AggregationName) -> bool
This method tests for !=
.
sourceimpl PartialOrd<AggregationName> for AggregationName
impl PartialOrd<AggregationName> for AggregationName
sourcefn partial_cmp(&self, other: &AggregationName) -> Option<Ordering>
fn partial_cmp(&self, other: &AggregationName) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more