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