Struct cdp::cache_storage::DeleteCacheCommand [] [src]

pub struct DeleteCacheCommand<'a> {
    pub cache_id: CacheId<'a>,
}

[Experimental] Deletes a cache.

Command CacheStorage.deleteCache

Domain Module: cdp::cache_storage
Command Struct: cdp::cache_storage::DeleteCacheCommand
Response Struct: cdp::cache_storage::DeleteCacheResponse

Fields

Id of cache for deletion.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "CacheStorage.deleteCache"

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

[src]

[src]

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

[src]

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