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 duplicate 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§impl PartialOrd for AggregationName
impl PartialOrd for AggregationName
Source§impl Serialize for AggregationName
impl Serialize for AggregationName
impl Eq for AggregationName
impl StructuralPartialEq for AggregationName
Auto Trait Implementations§
impl Freeze for AggregationName
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