Struct cdp::dom_storage::StorageId [] [src]

pub struct StorageId<'a> {
    pub security_origin: Cow<'a, str>,
    pub is_local_storage: bool,
}

[Experimental] DOM Storage identifier.

Fields

Security origin for the storage.

Whether the storage is local storage (not session storage).

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for StorageId<'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 !=.