pub struct GetMetricsReturnObject {
pub metrics: Vec<Metric>,
}Fields§
§metrics: Vec<Metric>Trait Implementations§
Source§impl Clone for GetMetricsReturnObject
impl Clone for GetMetricsReturnObject
Source§fn clone(&self) -> GetMetricsReturnObject
fn clone(&self) -> GetMetricsReturnObject
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 GetMetricsReturnObject
impl Debug for GetMetricsReturnObject
Source§impl<'de> Deserialize<'de> for GetMetricsReturnObject
impl<'de> Deserialize<'de> for GetMetricsReturnObject
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 GetMetricsReturnObject
impl PartialEq for GetMetricsReturnObject
Source§impl Serialize for GetMetricsReturnObject
impl Serialize for GetMetricsReturnObject
impl StructuralPartialEq for GetMetricsReturnObject
Auto Trait Implementations§
impl Freeze for GetMetricsReturnObject
impl RefUnwindSafe for GetMetricsReturnObject
impl Send for GetMetricsReturnObject
impl Sync for GetMetricsReturnObject
impl Unpin for GetMetricsReturnObject
impl UnwindSafe for GetMetricsReturnObject
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