pub struct AxValue { /* private fields */ }Available on crate features
experimental and Accessibility and DOM only.Expand description
A single computed AX property.
Implementations§
Source§impl AxValue
impl AxValue
pub fn builder() -> AxValueBuilder
Sourcepub fn type(&self) -> &AxValueType
pub fn type(&self) -> &AxValueType
The type of this value.
One or more related nodes, if applicable.
Sourcepub fn sources(&self) -> Option<&Vec<AxValueSource>>
pub fn sources(&self) -> Option<&Vec<AxValueSource>>
The sources which contributed to the computation of this property.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AxValue
impl<'de> Deserialize<'de> for AxValue
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
Auto Trait Implementations§
impl Freeze for AxValue
impl RefUnwindSafe for AxValue
impl Send for AxValue
impl Sync for AxValue
impl Unpin for AxValue
impl UnwindSafe for AxValue
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