pub struct IndexedDBListUpdatedEventParamsBuilder { /* private fields */ }Expand description
Builder for IndexedDBListUpdatedEventParams.
Implementations§
Source§impl IndexedDBListUpdatedEventParamsBuilder
impl IndexedDBListUpdatedEventParamsBuilder
Sourcepub fn storage_key(&mut self, value: String) -> &mut Self
pub fn storage_key(&mut self, value: String) -> &mut Self
Storage key to update.
Sourcepub fn build(
&self,
) -> Result<IndexedDBListUpdatedEventParams, IndexedDBListUpdatedEventParamsBuilderError>
pub fn build( &self, ) -> Result<IndexedDBListUpdatedEventParams, IndexedDBListUpdatedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for IndexedDBListUpdatedEventParamsBuilder
impl Clone for IndexedDBListUpdatedEventParamsBuilder
Source§fn clone(&self) -> IndexedDBListUpdatedEventParamsBuilder
fn clone(&self) -> IndexedDBListUpdatedEventParamsBuilder
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 IndexedDBListUpdatedEventParamsBuilder
impl RefUnwindSafe for IndexedDBListUpdatedEventParamsBuilder
impl Send for IndexedDBListUpdatedEventParamsBuilder
impl Sync for IndexedDBListUpdatedEventParamsBuilder
impl Unpin for IndexedDBListUpdatedEventParamsBuilder
impl UnsafeUnpin for IndexedDBListUpdatedEventParamsBuilder
impl UnwindSafe for IndexedDBListUpdatedEventParamsBuilder
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