pub struct AggregationItem {
pub groups: Option<HashMap<String, String>>,
}Fields§
§groups: Option<HashMap<String, String>>Construct a type with a set of properties K of type T
Implementations§
Source§impl AggregationItem
impl AggregationItem
pub fn new() -> AggregationItem
Trait Implementations§
Source§impl Clone for AggregationItem
impl Clone for AggregationItem
Source§fn clone(&self) -> AggregationItem
fn clone(&self) -> AggregationItem
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 AggregationItem
impl Debug for AggregationItem
Source§impl Default for AggregationItem
impl Default for AggregationItem
Source§fn default() -> AggregationItem
fn default() -> AggregationItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AggregationItem
impl<'de> Deserialize<'de> for AggregationItem
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 AggregationItem
impl PartialEq for AggregationItem
Source§impl Serialize for AggregationItem
impl Serialize for AggregationItem
impl StructuralPartialEq for AggregationItem
Auto Trait Implementations§
impl Freeze for AggregationItem
impl RefUnwindSafe for AggregationItem
impl Send for AggregationItem
impl Sync for AggregationItem
impl Unpin for AggregationItem
impl UnwindSafe for AggregationItem
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