pub struct GetFullAxTree {
pub method: GetFullAxTreeMethod,
pub params: GetFullAxTreeParams,
}Expand description
Fetches the entire accessibility tree for the root Document getFullAXTree
Fields§
§method: GetFullAxTreeMethod§params: GetFullAxTreeParamsImplementations§
Source§impl GetFullAxTree
impl GetFullAxTree
pub fn builder() -> GetFullAxTreeBuilder
Source§impl GetFullAxTree
impl GetFullAxTree
pub const IDENTIFIER: &'static str = "Accessibility.getFullAXTree"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for GetFullAxTree
impl Clone for GetFullAxTree
Source§fn clone(&self) -> GetFullAxTree
fn clone(&self) -> GetFullAxTree
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 CommandResult for GetFullAxTree
impl CommandResult for GetFullAxTree
type Result = GetFullAxTreeResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for GetFullAxTree
impl Debug for GetFullAxTree
Source§impl<'de> Deserialize<'de> for GetFullAxTree
impl<'de> Deserialize<'de> for GetFullAxTree
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 From<GetFullAxTree> for AccessibilityCommands
impl From<GetFullAxTree> for AccessibilityCommands
Source§fn from(v: GetFullAxTree) -> Self
fn from(v: GetFullAxTree) -> Self
Converts to this type from the input type.
Source§impl From<GetFullAxTree> for BrowserProtocolCommands
impl From<GetFullAxTree> for BrowserProtocolCommands
Source§fn from(v: GetFullAxTree) -> Self
fn from(v: GetFullAxTree) -> Self
Converts to this type from the input type.
Source§impl From<GetFullAxTree> for Command
impl From<GetFullAxTree> for Command
Source§fn from(v: GetFullAxTree) -> Self
fn from(v: GetFullAxTree) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GetFullAxTree
impl PartialEq for GetFullAxTree
Source§impl Serialize for GetFullAxTree
impl Serialize for GetFullAxTree
Source§impl TryFrom<AccessibilityCommands> for GetFullAxTree
impl TryFrom<AccessibilityCommands> for GetFullAxTree
Source§type Error = AccessibilityCommands
type Error = AccessibilityCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: AccessibilityCommands,
) -> Result<Self, <GetFullAxTree as TryFrom<AccessibilityCommands>>::Error>
fn try_from( e: AccessibilityCommands, ) -> Result<Self, <GetFullAxTree as TryFrom<AccessibilityCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<BrowserProtocolCommands> for GetFullAxTree
impl TryFrom<BrowserProtocolCommands> for GetFullAxTree
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <GetFullAxTree as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <GetFullAxTree as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for GetFullAxTree
impl TryFrom<Command> for GetFullAxTree
impl StructuralPartialEq for GetFullAxTree
Auto Trait Implementations§
impl Freeze for GetFullAxTree
impl RefUnwindSafe for GetFullAxTree
impl Send for GetFullAxTree
impl Sync for GetFullAxTree
impl Unpin for GetFullAxTree
impl UnsafeUnpin for GetFullAxTree
impl UnwindSafe for GetFullAxTree
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