pub struct QueryAxTreeBuilder { /* private fields */ }Implementations§
Source§impl QueryAxTreeBuilder
impl QueryAxTreeBuilder
pub fn node_id(self, node_id: impl Into<NodeId>) -> Self
pub fn backend_node_id(self, backend_node_id: impl Into<BackendNodeId>) -> Self
pub fn object_id(self, object_id: impl Into<RemoteObjectId>) -> Self
pub fn accessible_name(self, accessible_name: impl Into<String>) -> Self
pub fn role(self, role: impl Into<String>) -> Self
pub fn build(self) -> QueryAxTree
Trait Implementations§
Source§impl Clone for QueryAxTreeBuilder
impl Clone for QueryAxTreeBuilder
Source§fn clone(&self) -> QueryAxTreeBuilder
fn clone(&self) -> QueryAxTreeBuilder
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 moreSource§impl Default for QueryAxTreeBuilder
impl Default for QueryAxTreeBuilder
Source§fn default() -> QueryAxTreeBuilder
fn default() -> QueryAxTreeBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueryAxTreeBuilder
impl RefUnwindSafe for QueryAxTreeBuilder
impl Send for QueryAxTreeBuilder
impl Sync for QueryAxTreeBuilder
impl Unpin for QueryAxTreeBuilder
impl UnsafeUnpin for QueryAxTreeBuilder
impl UnwindSafe for QueryAxTreeBuilder
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