Struct cdp::page::GetResourceContentCommand [] [src]

pub struct GetResourceContentCommand<'a> {
    pub frame_id: FrameId<'a>,
    pub url: Cow<'a, str>,
}

[Experimental] Returns content of the given resource.

Command Page.getResourceContent

Domain Module: cdp::page
Command Struct: cdp::page::GetResourceContentCommand
Response Struct: cdp::page::GetResourceContentResponse

Fields

Frame id to get resource for.

URL of the resource to get content for.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

impl<'a> SerializeCdpCommand for GetResourceContentCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for GetResourceContentCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for GetResourceContentCommand<'a>
[src]