Struct cdp::storage::UntrackCacheStorageForOriginCommand [] [src]

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

[Experimental] Unregisters origin from receiving notifications for cache storage.

Command Storage.untrackCacheStorageForOrigin

Domain Module: cdp::storage
Command Struct: cdp::storage::UntrackCacheStorageForOriginCommand
Response Struct: cdp::storage::UntrackCacheStorageForOriginResponse

Fields

Security origin.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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