Struct cdp::accessibility::AxRelatedNode
[−]
[src]
pub struct AxRelatedNode<'a> { pub backend_dom_node_id: BackendNodeId, pub idref: Option<Cow<'a, str>>, pub text: Option<Cow<'a, str>>, }
[Experimental]
Fields
backend_dom_node_id: BackendNodeId
The BackendNodeId of the related DOM node.
idref: Option<Cow<'a, str>>
The IDRef value provided, if any.
text: Option<Cow<'a, str>>
The text alternative of this node in the current context.
Trait Implementations
impl<'a> Clone for AxRelatedNode<'a>
[src]
fn clone(&self) -> AxRelatedNode<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> Debug for AxRelatedNode<'a>
[src]
impl<'a> PartialEq for AxRelatedNode<'a>
[src]
fn eq(&self, __arg_0: &AxRelatedNode<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &AxRelatedNode<'a>) -> bool
[src]
This method tests for !=
.