Struct cdp::network::SetBlockedUrLsCommand [] [src]

pub struct SetBlockedUrLsCommand<'a> {
    pub urls: Vec<Cow<'a, str>>,
}

[Experimental] Blocks URLs from loading.

Command Network.setBlockedURLs

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

Fields

URL patterns to block. Wildcards ('*') are allowed.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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