Struct cdp::cache_storage::Cache
[−]
[src]
pub struct Cache<'a> { pub cache_id: CacheId<'a>, pub security_origin: Cow<'a, str>, pub cache_name: Cow<'a, str>, }
[Experimental] Cache identifier.
Fields
cache_id: CacheId<'a>
An opaque unique id of the cache.
security_origin: Cow<'a, str>
Security origin of the cache.
cache_name: Cow<'a, str>
The name of the cache.
Trait Implementations
impl<'a> Clone for Cache<'a>
[src]
fn clone(&self) -> Cache<'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