pub struct DomStorageItemAddedEventParamsBuilder { /* private fields */ }Expand description
Builder for DomStorageItemAddedEventParams.
Implementations§
Source§impl DomStorageItemAddedEventParamsBuilder
impl DomStorageItemAddedEventParamsBuilder
pub fn storage_id(&mut self, value: StorageId) -> &mut Self
pub fn key(&mut self, value: String) -> &mut Self
pub fn new_value(&mut self, value: String) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<DomStorageItemAddedEventParams, DomStorageItemAddedEventParamsBuilderError>
pub fn build( &self, ) -> Result<DomStorageItemAddedEventParams, DomStorageItemAddedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for DomStorageItemAddedEventParamsBuilder
impl Clone for DomStorageItemAddedEventParamsBuilder
Source§fn clone(&self) -> DomStorageItemAddedEventParamsBuilder
fn clone(&self) -> DomStorageItemAddedEventParamsBuilder
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 DomStorageItemAddedEventParamsBuilder
impl RefUnwindSafe for DomStorageItemAddedEventParamsBuilder
impl Send for DomStorageItemAddedEventParamsBuilder
impl Sync for DomStorageItemAddedEventParamsBuilder
impl Unpin for DomStorageItemAddedEventParamsBuilder
impl UnsafeUnpin for DomStorageItemAddedEventParamsBuilder
impl UnwindSafe for DomStorageItemAddedEventParamsBuilder
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