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