Struct cdp::cache_storage::RequestCachedResponseResponse
[−]
[src]
pub struct RequestCachedResponseResponse<'a> { pub response: CachedResponse<'a>, }
[Experimental] Fetches cache entry.
Command CacheStorage.requestCachedResponse
Domain Module: cdp::cache_storage
Command Struct: cdp::cache_storage::RequestCachedResponseCommand
Response Struct: cdp::cache_storage::RequestCachedResponseResponse
Fields
response: CachedResponse<'a>
Response read from the cache.
Trait Implementations
impl<'a> Clone for RequestCachedResponseResponse<'a>
[src]
fn clone(&self) -> RequestCachedResponseResponse<'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 RequestCachedResponseResponse<'a>
[src]
impl<'a> PartialEq for RequestCachedResponseResponse<'a>
[src]
fn eq(&self, __arg_0: &RequestCachedResponseResponse<'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: &RequestCachedResponseResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for RequestCachedResponseResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "CacheStorage.requestCachedResponse"