pub struct TimeseriesResponse {
pub results: Vec<Map<String, Value>>,
pub totals: Map<String, Value>,
}Expand description
Response envelope for timeseries metrics.
Fields§
§results: Vec<Map<String, Value>>§totals: Map<String, Value>Trait Implementations§
Source§impl Clone for TimeseriesResponse
impl Clone for TimeseriesResponse
Source§fn clone(&self) -> TimeseriesResponse
fn clone(&self) -> TimeseriesResponse
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 TimeseriesResponse
impl Debug for TimeseriesResponse
Source§impl<'de> Deserialize<'de> for TimeseriesResponse
impl<'de> Deserialize<'de> for TimeseriesResponse
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 TimeseriesResponse
impl PartialEq for TimeseriesResponse
Source§impl Serialize for TimeseriesResponse
impl Serialize for TimeseriesResponse
impl StructuralPartialEq for TimeseriesResponse
Auto Trait Implementations§
impl Freeze for TimeseriesResponse
impl RefUnwindSafe for TimeseriesResponse
impl Send for TimeseriesResponse
impl Sync for TimeseriesResponse
impl Unpin for TimeseriesResponse
impl UnwindSafe for TimeseriesResponse
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