Struct headless_chrome::protocol::cdp::IndexedDB::RequestData
source · pub struct RequestData {
pub security_origin: String,
pub database_name: String,
pub object_store_name: String,
pub index_name: String,
pub skip_count: JsUInt,
pub page_size: JsUInt,
pub key_range: Option<KeyRange>,
}Fields§
§security_origin: String§database_name: String§object_store_name: String§index_name: String§skip_count: JsUInt§page_size: JsUInt§key_range: Option<KeyRange>Trait Implementations§
source§impl Clone for RequestData
impl Clone for RequestData
source§fn clone(&self) -> RequestData
fn clone(&self) -> RequestData
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 RequestData
impl Debug for RequestData
source§impl<'de> Deserialize<'de> for RequestData
impl<'de> Deserialize<'de> for RequestData
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