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