Struct cdp::network::GetResponseBodyCommand [] [src]

pub struct GetResponseBodyCommand<'a> {
    pub request_id: RequestId<'a>,
}

Returns content served for the given request.

Command Network.getResponseBody

Domain Module: cdp::network
Command Struct: cdp::network::GetResponseBodyCommand
Response Struct: cdp::network::GetResponseBodyResponse

Fields

Identifier of the network request to get content for.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Network.getResponseBody"

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

[src]

[src]

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

[src]

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