Struct cdp::application_cache::GetApplicationCacheForFrameResponse
[−]
[src]
pub struct GetApplicationCacheForFrameResponse<'a> { pub application_cache: ApplicationCache<'a>, }
[Experimental] Returns relevant application cache data for the document in given frame.
Command ApplicationCache.getApplicationCacheForFrame
Domain Module: cdp::application_cache
Command Struct: cdp::application_cache::GetApplicationCacheForFrameCommand
Response Struct: cdp::application_cache::GetApplicationCacheForFrameResponse
Fields
application_cache: ApplicationCache<'a>
Relevant application cache data for the document in given frame.
Trait Implementations
impl<'a> Clone for GetApplicationCacheForFrameResponse<'a>
[src]
fn clone(&self) -> GetApplicationCacheForFrameResponse<'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 GetApplicationCacheForFrameResponse<'a>
[src]
impl<'a> PartialEq for GetApplicationCacheForFrameResponse<'a>
[src]
fn eq(&self, __arg_0: &GetApplicationCacheForFrameResponse<'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: &GetApplicationCacheForFrameResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for GetApplicationCacheForFrameResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "ApplicationCache.getApplicationCacheForFrame"