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

Current values for run-time metrics.

Trait Implementations

impl<'a> Clone for GetMetricsResponse<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for GetMetricsResponse<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for GetMetricsResponse<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> CdpCommand for GetMetricsResponse<'a>
[src]

COMMAND_NAME: &'static str = "Performance.getMetrics"

impl<'a, 'b> HasCdpCommand<'a> for GetMetricsResponse<'b>
[src]