pub struct GetStorageItemsReturnsBuilder { /* private fields */ }Implementations§
Source§impl GetStorageItemsReturnsBuilder
impl GetStorageItemsReturnsBuilder
pub fn data(self, data: impl Into<Value>) -> GetStorageItemsReturnsBuilder
pub fn build(self) -> Result<GetStorageItemsReturns, String>
Trait Implementations§
Source§impl Clone for GetStorageItemsReturnsBuilder
impl Clone for GetStorageItemsReturnsBuilder
Source§fn clone(&self) -> GetStorageItemsReturnsBuilder
fn clone(&self) -> GetStorageItemsReturnsBuilder
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 moreSource§impl Default for GetStorageItemsReturnsBuilder
impl Default for GetStorageItemsReturnsBuilder
Source§fn default() -> GetStorageItemsReturnsBuilder
fn default() -> GetStorageItemsReturnsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetStorageItemsReturnsBuilder
impl RefUnwindSafe for GetStorageItemsReturnsBuilder
impl Send for GetStorageItemsReturnsBuilder
impl Sync for GetStorageItemsReturnsBuilder
impl Unpin for GetStorageItemsReturnsBuilder
impl UnwindSafe for GetStorageItemsReturnsBuilder
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