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: Vec<Cache<'a>>
Caches for the security origin.
Trait Implementations
impl<'a> Clone for RequestCacheNamesResponse<'a>[src]
fn clone(&self) -> RequestCacheNamesResponse<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a> Debug for RequestCacheNamesResponse<'a>[src]
impl<'a> PartialEq for RequestCacheNamesResponse<'a>[src]
fn eq(&self, __arg_0: &RequestCacheNamesResponse<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RequestCacheNamesResponse<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpCommand for RequestCacheNamesResponse<'a>[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "CacheStorage.requestCacheNames"