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