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