Struct cdp::cache_storage::RequestCachedResponseResponse [] [src]

pub struct RequestCachedResponseResponse<'a> {
    pub response: CachedResponse<'a>,
}

[Experimental] Fetches cache entry.

Command CacheStorage.requestCachedResponse

Domain Module: cdp::cache_storage
Command Struct: cdp::cache_storage::RequestCachedResponseCommand
Response Struct: cdp::cache_storage::RequestCachedResponseResponse

Fields

Response read from the cache.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "CacheStorage.requestCachedResponse"

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