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