pub struct GetStorageKeyReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetStorageKeyReturnObject.
Implementations§
Source§impl GetStorageKeyReturnObjectBuilder
impl GetStorageKeyReturnObjectBuilder
pub fn storage_key(&mut self, value: SerializedStorageKey) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<GetStorageKeyReturnObject, GetStorageKeyReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetStorageKeyReturnObject, GetStorageKeyReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetStorageKeyReturnObjectBuilder
impl Clone for GetStorageKeyReturnObjectBuilder
Source§fn clone(&self) -> GetStorageKeyReturnObjectBuilder
fn clone(&self) -> GetStorageKeyReturnObjectBuilder
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 GetStorageKeyReturnObjectBuilder
impl RefUnwindSafe for GetStorageKeyReturnObjectBuilder
impl Send for GetStorageKeyReturnObjectBuilder
impl Sync for GetStorageKeyReturnObjectBuilder
impl Unpin for GetStorageKeyReturnObjectBuilder
impl UnsafeUnpin for GetStorageKeyReturnObjectBuilder
impl UnwindSafe for GetStorageKeyReturnObjectBuilder
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