Struct headless_chrome::protocol::cdp::CacheStorage::RequestCachedResponse
source · pub struct RequestCachedResponse {
pub cache_id: CacheId,
pub request_url: String,
pub request_headers: Vec<Header>,
}
Fields§
§cache_id: CacheId
§request_url: String
§request_headers: Vec<Header>
Trait Implementations§
source§impl Clone for RequestCachedResponse
impl Clone for RequestCachedResponse
source§fn clone(&self) -> RequestCachedResponse
fn clone(&self) -> RequestCachedResponse
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 RequestCachedResponse
impl Debug for RequestCachedResponse
source§impl<'de> Deserialize<'de> for RequestCachedResponse
impl<'de> Deserialize<'de> for RequestCachedResponse
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