Struct cdp::application_cache::GetManifestForFrameResponse [] [src]

pub struct GetManifestForFrameResponse<'a> {
    pub manifest_url: Cow<'a, str>,
}

[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

Manifest URL for document in the given frame.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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