pub struct SetInspectedNodeBuilder { /* private fields */ }Expand description
Builder for SetInspectedNode.
Implementations§
Source§impl SetInspectedNodeBuilder
impl SetInspectedNodeBuilder
Sourcepub fn node_id<VALUE: Into<NodeId>>(&mut self, value: VALUE) -> &mut Self
pub fn node_id<VALUE: Into<NodeId>>(&mut self, value: VALUE) -> &mut Self
DOM node id to be accessible by means of $x command line API.
Sourcepub fn build(&self) -> Result<SetInspectedNode, SetInspectedNodeBuilderError>
pub fn build(&self) -> Result<SetInspectedNode, SetInspectedNodeBuilderError>
Trait Implementations§
Source§impl Clone for SetInspectedNodeBuilder
impl Clone for SetInspectedNodeBuilder
Source§fn clone(&self) -> SetInspectedNodeBuilder
fn clone(&self) -> SetInspectedNodeBuilder
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 SetInspectedNodeBuilder
impl RefUnwindSafe for SetInspectedNodeBuilder
impl Send for SetInspectedNodeBuilder
impl Sync for SetInspectedNodeBuilder
impl Unpin for SetInspectedNodeBuilder
impl UnsafeUnpin for SetInspectedNodeBuilder
impl UnwindSafe for SetInspectedNodeBuilder
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