pub struct DeleteObjectStoreEntries {
pub security_origin: Option<String>,
pub storage_key: Option<String>,
pub storage_bucket: Option<StorageBucket>,
pub database_name: String,
pub object_store_name: String,
pub key_range: KeyRange,
}Fields§
§security_origin: Option<String>§storage_key: Option<String>§storage_bucket: Option<StorageBucket>§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 duplicate 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
Source§impl Method for DeleteObjectStoreEntries
impl Method for DeleteObjectStoreEntries
const NAME: &'static str = "IndexedDB.deleteObjectStoreEntries"
type ReturnObject = DeleteObjectStoreEntriesReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for DeleteObjectStoreEntries
impl PartialEq for DeleteObjectStoreEntries
Source§impl Serialize for DeleteObjectStoreEntries
impl Serialize for DeleteObjectStoreEntries
impl StructuralPartialEq for DeleteObjectStoreEntries
Auto Trait Implementations§
impl Freeze for DeleteObjectStoreEntries
impl RefUnwindSafe for DeleteObjectStoreEntries
impl Send for DeleteObjectStoreEntries
impl Sync for DeleteObjectStoreEntries
impl Unpin for DeleteObjectStoreEntries
impl UnwindSafe for DeleteObjectStoreEntries
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