Struct cdp::page::GetResourceTreeResponse
[−]
[src]
pub struct GetResourceTreeResponse<'a> {
pub frame_tree: FrameResourceTree<'a>,
}[Experimental] Returns present frame / resource tree structure.
Command Page.getResourceTree
Domain Module: cdp::page
Command Struct: cdp::page::GetResourceTreeCommand
Response Struct: cdp::page::GetResourceTreeResponse
Fields
frame_tree: FrameResourceTree<'a>
Present frame / resource tree structure.
Trait Implementations
impl<'a> Clone for GetResourceTreeResponse<'a>[src]
fn clone(&self) -> GetResourceTreeResponse<'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 GetResourceTreeResponse<'a>[src]
impl<'a> PartialEq for GetResourceTreeResponse<'a>[src]
fn eq(&self, __arg_0: &GetResourceTreeResponse<'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: &GetResourceTreeResponse<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpCommand for GetResourceTreeResponse<'a>[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Page.getResourceTree"