pub enum AxValueNativeSourceType {
Figcaption,
Label,
Labelfor,
Labelwrapped,
Legend,
Rubyannotation,
Tablecaption,
Title,
Other,
}Available on crate features
experimental and Accessibility and DOM only.Variants§
Figcaption
figcaption
Label
label
Labelfor
labelfor
Labelwrapped
labelwrapped
Legend
legend
Rubyannotation
rubyannotation
Tablecaption
tablecaption
Title
title
Other
other
Trait Implementations§
Source§impl Clone for AxValueNativeSourceType
impl Clone for AxValueNativeSourceType
Source§fn clone(&self) -> AxValueNativeSourceType
fn clone(&self) -> AxValueNativeSourceType
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 AxValueNativeSourceType
impl Debug for AxValueNativeSourceType
Source§impl<'de> Deserialize<'de> for AxValueNativeSourceType
impl<'de> Deserialize<'de> for AxValueNativeSourceType
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 AxValueNativeSourceType
impl RefUnwindSafe for AxValueNativeSourceType
impl Send for AxValueNativeSourceType
impl Sync for AxValueNativeSourceType
impl Unpin for AxValueNativeSourceType
impl UnwindSafe for AxValueNativeSourceType
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