Struct cdp::network::SetDataSizeLimitsForTestCommand [] [src]

pub struct SetDataSizeLimitsForTestCommand {
    pub max_total_size: i32,
    pub max_resource_size: i32,
}

[Experimental] For testing.

Command Network.setDataSizeLimitsForTest

Domain Module: cdp::network
Command Struct: cdp::network::SetDataSizeLimitsForTestCommand
Response Struct: cdp::network::SetDataSizeLimitsForTestResponse

Fields

Maximum total buffer size.

Maximum per-resource size.

Trait Implementations

impl Clone for SetDataSizeLimitsForTestCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetDataSizeLimitsForTestCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetDataSizeLimitsForTestCommand
[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 CdpCommand for SetDataSizeLimitsForTestCommand
[src]

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

impl SerializeCdpCommand for SetDataSizeLimitsForTestCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for SetDataSizeLimitsForTestCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for SetDataSizeLimitsForTestCommand
[src]