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

The BackendNodeId of the related DOM node.

The IDRef value provided, if any.

The text alternative of this node in the current context.

Trait Implementations

impl<'a> Clone for AxRelatedNode<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for AxRelatedNode<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for AxRelatedNode<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.