pub struct GetStorageKeyForFrameBuilder { /* private fields */ }Expand description
Builder for GetStorageKeyForFrame.
Implementations§
Source§impl GetStorageKeyForFrameBuilder
impl GetStorageKeyForFrameBuilder
pub fn frame_id<VALUE: Into<FrameId>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<GetStorageKeyForFrame, GetStorageKeyForFrameBuilderError>
pub fn build( &self, ) -> Result<GetStorageKeyForFrame, GetStorageKeyForFrameBuilderError>
Trait Implementations§
Source§impl Clone for GetStorageKeyForFrameBuilder
impl Clone for GetStorageKeyForFrameBuilder
Source§fn clone(&self) -> GetStorageKeyForFrameBuilder
fn clone(&self) -> GetStorageKeyForFrameBuilder
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 GetStorageKeyForFrameBuilder
impl RefUnwindSafe for GetStorageKeyForFrameBuilder
impl Send for GetStorageKeyForFrameBuilder
impl Sync for GetStorageKeyForFrameBuilder
impl Unpin for GetStorageKeyForFrameBuilder
impl UnsafeUnpin for GetStorageKeyForFrameBuilder
impl UnwindSafe for GetStorageKeyForFrameBuilder
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