pub struct DeleteObjectStoreEntriesBuilder { /* private fields */ }Implementations§
Source§impl DeleteObjectStoreEntriesBuilder
impl DeleteObjectStoreEntriesBuilder
pub fn security_origin(self, security_origin: impl Into<String>) -> Self
pub fn storage_key(self, storage_key: impl Into<String>) -> Self
pub fn storage_bucket(self, storage_bucket: impl Into<StorageBucket>) -> Self
pub fn database_name(self, database_name: impl Into<String>) -> Self
pub fn object_store_name(self, object_store_name: impl Into<String>) -> Self
pub fn key_range(self, key_range: impl Into<KeyRange>) -> Self
pub fn build(self) -> Result<DeleteObjectStoreEntries, String>
Trait Implementations§
Source§impl Clone for DeleteObjectStoreEntriesBuilder
impl Clone for DeleteObjectStoreEntriesBuilder
Source§fn clone(&self) -> DeleteObjectStoreEntriesBuilder
fn clone(&self) -> DeleteObjectStoreEntriesBuilder
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 Default for DeleteObjectStoreEntriesBuilder
impl Default for DeleteObjectStoreEntriesBuilder
Source§fn default() -> DeleteObjectStoreEntriesBuilder
fn default() -> DeleteObjectStoreEntriesBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteObjectStoreEntriesBuilder
impl RefUnwindSafe for DeleteObjectStoreEntriesBuilder
impl Send for DeleteObjectStoreEntriesBuilder
impl Sync for DeleteObjectStoreEntriesBuilder
impl Unpin for DeleteObjectStoreEntriesBuilder
impl UnsafeUnpin for DeleteObjectStoreEntriesBuilder
impl UnwindSafe for DeleteObjectStoreEntriesBuilder
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