pub struct GetStorageItemsBuilder { /* private fields */ }Expand description
Builder for GetStorageItems.
Implementations§
Source§impl GetStorageItemsBuilder
impl GetStorageItemsBuilder
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 retrieve data from.
Sourcepub fn build(&self) -> Result<GetStorageItems, GetStorageItemsBuilderError>
pub fn build(&self) -> Result<GetStorageItems, GetStorageItemsBuilderError>
Trait Implementations§
Source§impl Clone for GetStorageItemsBuilder
impl Clone for GetStorageItemsBuilder
Source§fn clone(&self) -> GetStorageItemsBuilder
fn clone(&self) -> GetStorageItemsBuilder
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 GetStorageItemsBuilder
impl RefUnwindSafe for GetStorageItemsBuilder
impl Send for GetStorageItemsBuilder
impl Sync for GetStorageItemsBuilder
impl Unpin for GetStorageItemsBuilder
impl UnsafeUnpin for GetStorageItemsBuilder
impl UnwindSafe for GetStorageItemsBuilder
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