Struct cdp::cache_storage::RequestCacheNamesCommand [] [src]

pub struct RequestCacheNamesCommand<'a> {
    pub security_origin: Cow<'a, str>,
}

[Experimental] Requests cache names.

Command CacheStorage.requestCacheNames

Domain Module: cdp::cache_storage
Command Struct: cdp::cache_storage::RequestCacheNamesCommand
Response Struct: cdp::cache_storage::RequestCacheNamesResponse

Fields

Security origin.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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