pub struct GetPartialAXTreeParams<'a> { /* private fields */ }Expand description
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
Implementations§
Source§impl<'a> GetPartialAXTreeParams<'a>
impl<'a> GetPartialAXTreeParams<'a>
pub fn builder() -> GetPartialAXTreeParamsBuilder<'a>
pub fn nodeId(&self) -> Option<&NodeId>
pub fn backendNodeId(&self) -> Option<&BackendNodeId>
pub fn objectId(&self) -> Option<&RemoteObjectId<'a>>
pub fn fetchRelatives(&self) -> Option<bool>
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for GetPartialAXTreeParams<'a>
impl<'a> CdpCommand<'a> for GetPartialAXTreeParams<'a>
Source§impl<'a> Clone for GetPartialAXTreeParams<'a>
impl<'a> Clone for GetPartialAXTreeParams<'a>
Source§fn clone(&self) -> GetPartialAXTreeParams<'a>
fn clone(&self) -> GetPartialAXTreeParams<'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 GetPartialAXTreeParams<'a>
impl<'a> Debug for GetPartialAXTreeParams<'a>
Source§impl<'a> Default for GetPartialAXTreeParams<'a>
impl<'a> Default for GetPartialAXTreeParams<'a>
Source§fn default() -> GetPartialAXTreeParams<'a>
fn default() -> GetPartialAXTreeParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for GetPartialAXTreeParams<'a>
impl<'de, 'a> Deserialize<'de> for GetPartialAXTreeParams<'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 GetPartialAXTreeParams<'a>
impl<'a> RefUnwindSafe for GetPartialAXTreeParams<'a>
impl<'a> Send for GetPartialAXTreeParams<'a>
impl<'a> Sync for GetPartialAXTreeParams<'a>
impl<'a> Unpin for GetPartialAXTreeParams<'a>
impl<'a> UnsafeUnpin for GetPartialAXTreeParams<'a>
impl<'a> UnwindSafe for GetPartialAXTreeParams<'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