Struct cdp::dom_storage::SetDomStorageItemCommand [] [src]

pub struct SetDomStorageItemCommand<'a> {
    pub storage_id: StorageId<'a>,
    pub key: Cow<'a, str>,
    pub value: Cow<'a, str>,
}

[Experimental]

Command DOMStorage.setDOMStorageItem

Domain Module: cdp::dom_storage
Command Struct: cdp::dom_storage::SetDomStorageItemCommand
Response Struct: cdp::dom_storage::SetDomStorageItemResponse

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "DOMStorage.setDOMStorageItem"

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

[src]

[src]

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

[src]

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