Struct cdp::application_cache::GetApplicationCacheForFrameResponse [] [src]

pub struct GetApplicationCacheForFrameResponse<'a> {
    pub application_cache: ApplicationCache<'a>,
}

[Experimental] Returns relevant application cache data for the document in given frame.

Command ApplicationCache.getApplicationCacheForFrame

Domain Module: cdp::application_cache
Command Struct: cdp::application_cache::GetApplicationCacheForFrameCommand
Response Struct: cdp::application_cache::GetApplicationCacheForFrameResponse

Fields

Relevant application cache data for the document in given frame.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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