pub struct DeleteObjectStoreEntriesCommandBuilder { /* private fields */ }Available on crate features
experimental and IndexedDB and Runtime only.Implementations§
Source§impl DeleteObjectStoreEntriesCommandBuilder
impl DeleteObjectStoreEntriesCommandBuilder
pub fn security_origin(&mut self, v: String) -> &mut Self
pub fn database_name(&mut self, v: String) -> &mut Self
pub fn object_store_name(&mut self, v: String) -> &mut Self
pub fn build(&mut self) -> Result<DeleteObjectStoreEntriesCommand, &'static str>
Trait Implementations§
Source§impl Clone for DeleteObjectStoreEntriesCommandBuilder
impl Clone for DeleteObjectStoreEntriesCommandBuilder
Source§fn clone(&self) -> DeleteObjectStoreEntriesCommandBuilder
fn clone(&self) -> DeleteObjectStoreEntriesCommandBuilder
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 moreAuto Trait Implementations§
impl Freeze for DeleteObjectStoreEntriesCommandBuilder
impl RefUnwindSafe for DeleteObjectStoreEntriesCommandBuilder
impl Send for DeleteObjectStoreEntriesCommandBuilder
impl Sync for DeleteObjectStoreEntriesCommandBuilder
impl Unpin for DeleteObjectStoreEntriesCommandBuilder
impl UnwindSafe for DeleteObjectStoreEntriesCommandBuilder
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