pub struct GetFullAXTree {
pub depth: Option<JsUInt>,
pub frame_id: Option<FrameId>,
}Fields§
§depth: Option<JsUInt>§frame_id: Option<FrameId>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 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 Method for GetFullAXTree
impl Method for GetFullAXTree
const NAME: &'static str = "Accessibility.getFullAXTree"
type ReturnObject = GetFullAXTreeReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetFullAXTree
impl PartialEq for GetFullAXTree
Source§impl Serialize for GetFullAXTree
impl Serialize 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 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