Struct cdp::storage::UntrackCacheStorageForOriginResponse [] [src]

pub struct UntrackCacheStorageForOriginResponse;

[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

Trait Implementations

impl Clone for UntrackCacheStorageForOriginResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UntrackCacheStorageForOriginResponse
[src]

[src]

Formats the value using the given formatter.

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

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for UntrackCacheStorageForOriginResponse
[src]

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

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