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

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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for GetFramesWithManifestsResponse<'a>
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "ApplicationCache.getFramesWithManifests"

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