Struct cdp::cache_storage::RequestCacheNamesResponse [] [src]

pub struct RequestCacheNamesResponse<'a> {
    pub caches: Vec<Cache<'a>>,
}

[Experimental] Requests cache names.

Command CacheStorage.requestCacheNames

Domain Module: cdp::cache_storage
Command Struct: cdp::cache_storage::RequestCacheNamesCommand
Response Struct: cdp::cache_storage::RequestCacheNamesResponse

Fields

Caches for the security origin.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

impl<'a, 'b> HasCdpCommand<'a> for RequestCacheNamesResponse<'b>
[src]