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