Struct cdp::application_cache::GetFramesWithManifestsResponse
[−]
[src]
pub struct GetFramesWithManifestsResponse<'a> { pub frame_ids: Vec<FrameWithManifest<'a>>, }
[Experimental] Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
Command ApplicationCache.getFramesWithManifests
Domain Module: cdp::application_cache
Command Struct: cdp::application_cache::GetFramesWithManifestsCommand
Response Struct: cdp::application_cache::GetFramesWithManifestsResponse
Fields
frame_ids: Vec<FrameWithManifest<'a>>
Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
Trait Implementations
impl<'a> Clone for GetFramesWithManifestsResponse<'a>
[src]
fn clone(&self) -> GetFramesWithManifestsResponse<'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 GetFramesWithManifestsResponse<'a>
[src]
impl<'a> PartialEq for GetFramesWithManifestsResponse<'a>
[src]
fn eq(&self, __arg_0: &GetFramesWithManifestsResponse<'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: &GetFramesWithManifestsResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for GetFramesWithManifestsResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "ApplicationCache.getFramesWithManifests"