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