pub struct CacheStorageListUpdatedEventParamsBuilder { /* private fields */ }Expand description
Builder for CacheStorageListUpdatedEventParams.
Implementations§
Source§impl CacheStorageListUpdatedEventParamsBuilder
impl CacheStorageListUpdatedEventParamsBuilder
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<CacheStorageListUpdatedEventParams, CacheStorageListUpdatedEventParamsBuilderError>
pub fn build( &self, ) -> Result<CacheStorageListUpdatedEventParams, CacheStorageListUpdatedEventParamsBuilderError>
Builds a new CacheStorageListUpdatedEventParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for CacheStorageListUpdatedEventParamsBuilder
impl Clone for CacheStorageListUpdatedEventParamsBuilder
Source§fn clone(&self) -> CacheStorageListUpdatedEventParamsBuilder
fn clone(&self) -> CacheStorageListUpdatedEventParamsBuilder
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 CacheStorageListUpdatedEventParamsBuilder
impl RefUnwindSafe for CacheStorageListUpdatedEventParamsBuilder
impl Send for CacheStorageListUpdatedEventParamsBuilder
impl Sync for CacheStorageListUpdatedEventParamsBuilder
impl Unpin for CacheStorageListUpdatedEventParamsBuilder
impl UnsafeUnpin for CacheStorageListUpdatedEventParamsBuilder
impl UnwindSafe for CacheStorageListUpdatedEventParamsBuilder
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