Struct cdp::network::SetBlockedUrLsResponse [] [src]

pub struct SetBlockedUrLsResponse;

[Experimental] Blocks URLs from loading.

Command Network.setBlockedURLs

Domain Module: cdp::network
Command Struct: cdp::network::SetBlockedUrLsCommand
Response Struct: cdp::network::SetBlockedUrLsResponse

Trait Implementations

impl Clone for SetBlockedUrLsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetBlockedUrLsResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetBlockedUrLsResponse
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Serialize for SetBlockedUrLsResponse
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for SetBlockedUrLsResponse
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for SetBlockedUrLsResponse
[src]

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

impl<'a> HasCdpCommand<'a> for SetBlockedUrLsResponse
[src]