Struct cdp::accessibility::AxValue [] [src]

pub struct AxValue<'a> {
    pub ty: AxValueType,
    pub value: Option<Value>,
    pub related_nodes: Option<Vec<AxRelatedNode<'a>>>,
    pub sources: Option<Vec<AxValueSource<'a>>>,
}

[Experimental] A single computed AX property.

Fields

The type of this value.

The computed value of this property.

One or more related nodes, if applicable.

The sources which contributed to the computation of this property.

Trait Implementations

impl<'a> Clone for AxValue<'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 AxValue<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for AxValue<'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 !=.