pub struct GetChildAXNodesParams<'a> { /* private fields */ }Expand description
Fetches a particular accessibility node by AXNodeId. Requires ‘enable()’ to have been called previously.
Implementations§
Source§impl<'a> GetChildAXNodesParams<'a>
impl<'a> GetChildAXNodesParams<'a>
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for GetChildAXNodesParams<'a>
impl<'a> CdpCommand<'a> for GetChildAXNodesParams<'a>
Source§impl<'a> Clone for GetChildAXNodesParams<'a>
impl<'a> Clone for GetChildAXNodesParams<'a>
Source§fn clone(&self) -> GetChildAXNodesParams<'a>
fn clone(&self) -> GetChildAXNodesParams<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for GetChildAXNodesParams<'a>
impl<'a> Debug for GetChildAXNodesParams<'a>
Source§impl<'a> Default for GetChildAXNodesParams<'a>
impl<'a> Default for GetChildAXNodesParams<'a>
Source§fn default() -> GetChildAXNodesParams<'a>
fn default() -> GetChildAXNodesParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for GetChildAXNodesParams<'a>
impl<'de, 'a> Deserialize<'de> for GetChildAXNodesParams<'a>
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
Auto Trait Implementations§
impl<'a> Freeze for GetChildAXNodesParams<'a>
impl<'a> RefUnwindSafe for GetChildAXNodesParams<'a>
impl<'a> Send for GetChildAXNodesParams<'a>
impl<'a> Sync for GetChildAXNodesParams<'a>
impl<'a> Unpin for GetChildAXNodesParams<'a>
impl<'a> UnsafeUnpin for GetChildAXNodesParams<'a>
impl<'a> UnwindSafe for GetChildAXNodesParams<'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