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: Cow<'a, str>
Manifest URL for document in the given frame.
Trait Implementations
impl<'a> Clone for GetManifestForFrameResponse<'a>
[src]
fn clone(&self) -> GetManifestForFrameResponse<'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 GetManifestForFrameResponse<'a>
[src]
impl<'a> PartialEq for GetManifestForFrameResponse<'a>
[src]
fn eq(&self, __arg_0: &GetManifestForFrameResponse<'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: &GetManifestForFrameResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for GetManifestForFrameResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "ApplicationCache.getManifestForFrame"