pub struct AxProperty { /* private fields */ }Available on crate features
experimental and Accessibility and DOM only.Implementations§
Source§impl AxProperty
impl AxProperty
pub fn new(name: AxPropertyName, value: AxValue) -> Self
Sourcepub fn name(&self) -> &AxPropertyName
pub fn name(&self) -> &AxPropertyName
The name of this property.
Trait Implementations§
Source§impl Clone for AxProperty
impl Clone for AxProperty
Source§fn clone(&self) -> AxProperty
fn clone(&self) -> AxProperty
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AxProperty
impl Debug for AxProperty
Source§impl<'de> Deserialize<'de> for AxProperty
impl<'de> Deserialize<'de> for AxProperty
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 AxProperty
impl RefUnwindSafe for AxProperty
impl Send for AxProperty
impl Sync for AxProperty
impl Unpin for AxProperty
impl UnwindSafe for AxProperty
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