pub struct GetWindowForTargetBuilder { /* private fields */ }Expand description
Builder for GetWindowForTarget.
Implementations§
Source§impl GetWindowForTargetBuilder
impl GetWindowForTargetBuilder
Sourcepub fn target_id<VALUE: Into<TargetId>>(&mut self, value: VALUE) -> &mut Self
pub fn target_id<VALUE: Into<TargetId>>(&mut self, value: VALUE) -> &mut Self
Devtools agent host id. If called as a part of the session, associated targetId is used.
Sourcepub fn build(
&self,
) -> Result<GetWindowForTarget, GetWindowForTargetBuilderError>
pub fn build( &self, ) -> Result<GetWindowForTarget, GetWindowForTargetBuilderError>
Trait Implementations§
Source§impl Clone for GetWindowForTargetBuilder
impl Clone for GetWindowForTargetBuilder
Source§fn clone(&self) -> GetWindowForTargetBuilder
fn clone(&self) -> GetWindowForTargetBuilder
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 GetWindowForTargetBuilder
impl RefUnwindSafe for GetWindowForTargetBuilder
impl Send for GetWindowForTargetBuilder
impl Sync for GetWindowForTargetBuilder
impl Unpin for GetWindowForTargetBuilder
impl UnsafeUnpin for GetWindowForTargetBuilder
impl UnwindSafe for GetWindowForTargetBuilder
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