Struct cdp::dom_storage::DomStorageItemUpdatedEvent [] [src]

pub struct DomStorageItemUpdatedEvent<'a> {
    pub storage_id: StorageId<'a>,
    pub key: Cow<'a, str>,
    pub old_value: Cow<'a, str>,
    pub new_value: Cow<'a, str>,
}

[Experimental]

Event DOMStorage.domStorageItemUpdated

Domain Module: cdp::dom_storage
Event Struct: cdp::dom_storage::DomStorageItemUpdatedEvent

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

EVENT_NAME: &'static str = "DOMStorage.domStorageItemUpdated"

impl<'a> SerializeCdpEvent for DomStorageItemUpdatedEvent<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpEvent<'de> for DomStorageItemUpdatedEvent<'a>
[src]

[src]