pub struct AggregationRange {
pub key: Option<String>,
}Fields§
§key: Option<String>Custom key to return the range with.
Implementations§
Source§impl AggregationRange
impl AggregationRange
pub fn new() -> AggregationRange
Trait Implementations§
Source§impl Clone for AggregationRange
impl Clone for AggregationRange
Source§fn clone(&self) -> AggregationRange
fn clone(&self) -> AggregationRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AggregationRange
impl Debug for AggregationRange
Source§impl Default for AggregationRange
impl Default for AggregationRange
Source§fn default() -> AggregationRange
fn default() -> AggregationRange
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AggregationRange
impl<'de> Deserialize<'de> for AggregationRange
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 PartialEq for AggregationRange
impl PartialEq for AggregationRange
Source§fn eq(&self, other: &AggregationRange) -> bool
fn eq(&self, other: &AggregationRange) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AggregationRange
impl Serialize for AggregationRange
impl StructuralPartialEq for AggregationRange
Auto Trait Implementations§
impl Freeze for AggregationRange
impl RefUnwindSafe for AggregationRange
impl Send for AggregationRange
impl Sync for AggregationRange
impl Unpin for AggregationRange
impl UnsafeUnpin for AggregationRange
impl UnwindSafe for AggregationRange
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