Struct cdp::application_cache::GetManifestForFrameCommand [] [src]

pub struct GetManifestForFrameCommand<'a> {
    pub frame_id: FrameId<'a>,
}

[Experimental] Returns manifest URL for document in the given frame.

Command ApplicationCache.getManifestForFrame

Domain Module: cdp::application_cache
Command Struct: cdp::application_cache::GetManifestForFrameCommand
Response Struct: cdp::application_cache::GetManifestForFrameResponse

Fields

Identifier of the frame containing document whose manifest is retrieved.

Trait Implementations

impl<'a> Clone for GetManifestForFrameCommand<'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 GetManifestForFrameCommand<'a>
[src]

[src]

Formats the value using the given formatter.

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

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

impl<'a> SerializeCdpCommand for GetManifestForFrameCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for GetManifestForFrameCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for GetManifestForFrameCommand<'a>
[src]