pub struct DeleteObjectStoreEntries { /* private fields */ }Expand description
Delete a range of entries from an object store
Implementations§
Source§impl DeleteObjectStoreEntries
impl DeleteObjectStoreEntries
pub fn new( database_name: impl Into<String>, object_store_name: impl Into<String>, key_range: impl Into<KeyRange>, ) -> Self
pub fn with_security_origin(self, security_origin: impl Into<String>) -> Self
pub fn with_storage_key(self, storage_key: impl Into<String>) -> Self
pub fn with_storage_bucket( self, storage_bucket: impl Into<StorageBucket>, ) -> Self
Trait 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
Auto Trait Implementations§
impl Freeze for DeleteObjectStoreEntries
impl RefUnwindSafe for DeleteObjectStoreEntries
impl Send for DeleteObjectStoreEntries
impl Sync for DeleteObjectStoreEntries
impl Unpin for DeleteObjectStoreEntries
impl UnsafeUnpin 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