Struct cdp::cache_storage::RequestCachedResponseCommand [] [src]

pub struct RequestCachedResponseCommand<'a> {
    pub cache_id: CacheId<'a>,
    pub request_url: Cow<'a, str>,
}

[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

Id of cache that contains the enty.

URL spec of the request.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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