pub struct SetStorageItemsBuilder { /* private fields */ }Expand description
Builder for SetStorageItems.
Implementations§
Source§impl SetStorageItemsBuilder
impl SetStorageItemsBuilder
Sourcepub fn storage_area<VALUE: Into<StorageArea>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn storage_area<VALUE: Into<StorageArea>>( &mut self, value: VALUE, ) -> &mut Self
StorageArea to set data in.
Sourcepub fn build(&self) -> Result<SetStorageItems, SetStorageItemsBuilderError>
pub fn build(&self) -> Result<SetStorageItems, SetStorageItemsBuilderError>
Trait Implementations§
Source§impl Clone for SetStorageItemsBuilder
impl Clone for SetStorageItemsBuilder
Source§fn clone(&self) -> SetStorageItemsBuilder
fn clone(&self) -> SetStorageItemsBuilder
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 SetStorageItemsBuilder
impl RefUnwindSafe for SetStorageItemsBuilder
impl Send for SetStorageItemsBuilder
impl Sync for SetStorageItemsBuilder
impl Unpin for SetStorageItemsBuilder
impl UnsafeUnpin for SetStorageItemsBuilder
impl UnwindSafe for SetStorageItemsBuilder
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