Struct cdp::storage::ClearDataForOriginCommand [] [src]

pub struct ClearDataForOriginCommand<'a> {
    pub origin: Cow<'a, str>,
    pub storage_types: Cow<'a, str>,
}

[Experimental] Clears storage for origin.

Command Storage.clearDataForOrigin

Domain Module: cdp::storage
Command Struct: cdp::storage::ClearDataForOriginCommand
Response Struct: cdp::storage::ClearDataForOriginResponse

Fields

Security origin.

Comma separated origin names.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Storage.clearDataForOrigin"

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

[src]

[src]

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

[src]

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