Struct cdp::accessibility::AxProperty
[−]
[src]
pub struct AxProperty<'a> {
pub name: Cow<'a, str>,
pub value: AxValue<'a>,
}[Experimental]
Fields
name: Cow<'a, str>
The name of this property.
value: AxValue<'a>
The value of this property.
Trait Implementations
impl<'a> Clone for AxProperty<'a>[src]
fn clone(&self) -> AxProperty<'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 AxProperty<'a>[src]
impl<'a> PartialEq for AxProperty<'a>[src]
fn eq(&self, __arg_0: &AxProperty<'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: &AxProperty<'a>) -> bool[src]
This method tests for !=.