pub struct GetChildAXNodesBuilder { /* private fields */ }Expand description
Builder for GetChildAXNodes.
Implementations§
Source§impl GetChildAXNodesBuilder
impl GetChildAXNodesBuilder
pub fn id<VALUE: Into<AxNodeId>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn frame_id<VALUE: Into<FrameId>>(&mut self, value: VALUE) -> &mut Self
pub fn frame_id<VALUE: Into<FrameId>>(&mut self, value: VALUE) -> &mut Self
The frame in whose document the node resides. If omitted, the root frame is used.
Sourcepub fn build(&self) -> Result<GetChildAXNodes, GetChildAXNodesBuilderError>
pub fn build(&self) -> Result<GetChildAXNodes, GetChildAXNodesBuilderError>
Trait Implementations§
Source§impl Clone for GetChildAXNodesBuilder
impl Clone for GetChildAXNodesBuilder
Source§fn clone(&self) -> GetChildAXNodesBuilder
fn clone(&self) -> GetChildAXNodesBuilder
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 GetChildAXNodesBuilder
impl RefUnwindSafe for GetChildAXNodesBuilder
impl Send for GetChildAXNodesBuilder
impl Sync for GetChildAXNodesBuilder
impl Unpin for GetChildAXNodesBuilder
impl UnsafeUnpin for GetChildAXNodesBuilder
impl UnwindSafe for GetChildAXNodesBuilder
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