Struct cdp::layer_tree::ProfileSnapshotResponse
[−]
[src]
pub struct ProfileSnapshotResponse { pub timings: Vec<PaintProfile>, }
[Experimental]
Command LayerTree.profileSnapshot
Domain Module: cdp::layer_tree
Command Struct: cdp::layer_tree::ProfileSnapshotCommand
Response Struct: cdp::layer_tree::ProfileSnapshotResponse
Fields
timings: Vec<PaintProfile>
The array of paint profiles, one per run.
Trait Implementations
impl Clone for ProfileSnapshotResponse
[src]
fn clone(&self) -> ProfileSnapshotResponse
[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 Debug for ProfileSnapshotResponse
[src]
impl PartialEq for ProfileSnapshotResponse
[src]
fn eq(&self, __arg_0: &ProfileSnapshotResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ProfileSnapshotResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for ProfileSnapshotResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "LayerTree.profileSnapshot"