Struct headless_chrome::protocol::cdp::CacheStorage::DeleteEntry
source · Fields§
§cache_id: CacheId§request: StringTrait Implementations§
source§impl Clone for DeleteEntry
impl Clone for DeleteEntry
source§fn clone(&self) -> DeleteEntry
fn clone(&self) -> DeleteEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeleteEntry
impl Debug for DeleteEntry
source§impl<'de> Deserialize<'de> for DeleteEntry
impl<'de> Deserialize<'de> for DeleteEntry
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more