Struct chromiumoxide::cdp::browser_protocol::cache_storage::Cache
source · pub struct Cache {
pub cache_id: CacheId,
pub security_origin: String,
pub cache_name: String,
}Expand description
Cache identifier. Cache
Fields§
§cache_id: CacheIdAn opaque unique id of the cache.
security_origin: StringSecurity origin of the cache.
cache_name: StringThe name of the cache.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Cache
impl<'de> Deserialize<'de> for Cache
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<Cache, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Cache, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for Cache
impl PartialEq for Cache
source§impl Serialize for Cache
impl Serialize for Cache
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for Cache
Auto Trait Implementations§
impl RefUnwindSafe for Cache
impl Send for Cache
impl Sync for Cache
impl Unpin for Cache
impl UnwindSafe for Cache
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more