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

Present frame / resource tree structure.

Trait Implementations

impl<'a> Clone for GetResourceTreeResponse<'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 GetResourceTreeResponse<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for GetResourceTreeResponse<'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 GetResourceTreeResponse<'a>
[src]

COMMAND_NAME: &'static str = "Page.getResourceTree"

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