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: Cow<'a, str>
Security origin for the storage.
is_local_storage: bool
Whether the storage is local storage (not session storage).
Trait Implementations
impl<'a> Clone for StorageId<'a>[src]
fn clone(&self) -> StorageId<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more