pub struct DeleteObjectStoreEntriesCommand { /* private fields */ }Available on crate features
experimental and IndexedDB and Runtime only.Expand description
Delete a range of entries from an object store
Implementations§
Source§impl DeleteObjectStoreEntriesCommand
impl DeleteObjectStoreEntriesCommand
pub fn builder() -> DeleteObjectStoreEntriesCommandBuilder
pub fn security_origin(&self) -> &str
pub fn database_name(&self) -> &str
pub fn object_store_name(&self) -> &str
Trait Implementations§
Source§impl Clone for DeleteObjectStoreEntriesCommand
impl Clone for DeleteObjectStoreEntriesCommand
Source§fn clone(&self) -> DeleteObjectStoreEntriesCommand
fn clone(&self) -> DeleteObjectStoreEntriesCommand
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<'de> Deserialize<'de> for DeleteObjectStoreEntriesCommand
impl<'de> Deserialize<'de> for DeleteObjectStoreEntriesCommand
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
Auto Trait Implementations§
impl Freeze for DeleteObjectStoreEntriesCommand
impl RefUnwindSafe for DeleteObjectStoreEntriesCommand
impl Send for DeleteObjectStoreEntriesCommand
impl Sync for DeleteObjectStoreEntriesCommand
impl Unpin for DeleteObjectStoreEntriesCommand
impl UnwindSafe for DeleteObjectStoreEntriesCommand
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