Struct cdp::performance::GetMetricsResponse
[−]
[src]
pub struct GetMetricsResponse<'a> {
pub metrics: Vec<Metric<'a>>,
}[Experimental] Retrieve current values of run-time metrics.
Command Performance.getMetrics
Domain Module: cdp::performance
Command Struct: cdp::performance::GetMetricsCommand
Response Struct: cdp::performance::GetMetricsResponse
Fields
metrics: Vec<Metric<'a>>
Current values for run-time metrics.
Trait Implementations
impl<'a> Clone for GetMetricsResponse<'a>[src]
fn clone(&self) -> GetMetricsResponse<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a> Debug for GetMetricsResponse<'a>[src]
impl<'a> PartialEq for GetMetricsResponse<'a>[src]
fn eq(&self, __arg_0: &GetMetricsResponse<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &GetMetricsResponse<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpCommand for GetMetricsResponse<'a>[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Performance.getMetrics"