pub struct GetAXNodeAndAncestorsParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetAXNodeAndAncestorsParamsBuilder<'a>
impl<'a> GetAXNodeAndAncestorsParamsBuilder<'a>
Sourcepub fn backend_node_id(self, backend_node_id: BackendNodeId) -> Self
pub fn backend_node_id(self, backend_node_id: BackendNodeId) -> Self
Identifier of the backend node to get.
Sourcepub fn object_id(self, object_id: RemoteObjectId<'a>) -> Self
pub fn object_id(self, object_id: RemoteObjectId<'a>) -> Self
JavaScript object id of the node wrapper to get.
pub fn build(self) -> GetAXNodeAndAncestorsParams<'a>
Trait Implementations§
Source§impl<'a> Default for GetAXNodeAndAncestorsParamsBuilder<'a>
impl<'a> Default for GetAXNodeAndAncestorsParamsBuilder<'a>
Source§fn default() -> GetAXNodeAndAncestorsParamsBuilder<'a>
fn default() -> GetAXNodeAndAncestorsParamsBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for GetAXNodeAndAncestorsParamsBuilder<'a>
impl<'a> RefUnwindSafe for GetAXNodeAndAncestorsParamsBuilder<'a>
impl<'a> Send for GetAXNodeAndAncestorsParamsBuilder<'a>
impl<'a> Sync for GetAXNodeAndAncestorsParamsBuilder<'a>
impl<'a> Unpin for GetAXNodeAndAncestorsParamsBuilder<'a>
impl<'a> UnsafeUnpin for GetAXNodeAndAncestorsParamsBuilder<'a>
impl<'a> UnwindSafe for GetAXNodeAndAncestorsParamsBuilder<'a>
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