pub struct GetPartialAxTreeResult {
pub nodes: Vec<AxNode>,
}Fields§
§nodes: Vec<AxNode>The Accessibility.AXNode for this DOM node, if it exists, plus its ancestors, siblings and
children, if requested.
Trait Implementations§
Source§impl Clone for GetPartialAxTreeResult
impl Clone for GetPartialAxTreeResult
Source§fn clone(&self) -> GetPartialAxTreeResult
fn clone(&self) -> GetPartialAxTreeResult
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 Debug for GetPartialAxTreeResult
impl Debug for GetPartialAxTreeResult
Source§impl<'de> Deserialize<'de> for GetPartialAxTreeResult
impl<'de> Deserialize<'de> for GetPartialAxTreeResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetPartialAxTreeResult
impl PartialEq for GetPartialAxTreeResult
Source§impl Serialize for GetPartialAxTreeResult
impl Serialize for GetPartialAxTreeResult
Source§impl TryFrom<Value> for GetPartialAxTreeResult
impl TryFrom<Value> for GetPartialAxTreeResult
impl StructuralPartialEq for GetPartialAxTreeResult
Auto Trait Implementations§
impl Freeze for GetPartialAxTreeResult
impl RefUnwindSafe for GetPartialAxTreeResult
impl Send for GetPartialAxTreeResult
impl Sync for GetPartialAxTreeResult
impl Unpin for GetPartialAxTreeResult
impl UnsafeUnpin for GetPartialAxTreeResult
impl UnwindSafe for GetPartialAxTreeResult
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