pub enum AxValueType {
Show 17 variants
Boolean,
Tristate,
BooleanOrUndefined,
Idref,
IdrefList,
Integer,
Node,
NodeList,
Number,
String,
ComputedString,
Token,
TokenList,
DomRelation,
Role,
InternalRole,
ValueUndefined,
}Available on crate features
experimental and Accessibility and DOM only.Variants§
Boolean
boolean
Tristate
tristate
BooleanOrUndefined
booleanOrUndefined
Idref
idref
IdrefList
idrefList
Integer
integer
Node
node
NodeList
nodeList
Number
number
String
string
ComputedString
computedString
Token
token
TokenList
tokenList
DomRelation
domRelation
Role
role
InternalRole
internalRole
ValueUndefined
valueUndefined
Trait Implementations§
Source§impl Clone for AxValueType
impl Clone for AxValueType
Source§fn clone(&self) -> AxValueType
fn clone(&self) -> AxValueType
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 AxValueType
impl Debug for AxValueType
Source§impl<'de> Deserialize<'de> for AxValueType
impl<'de> Deserialize<'de> for AxValueType
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 AxValueType
impl RefUnwindSafe for AxValueType
impl Send for AxValueType
impl Sync for AxValueType
impl Unpin for AxValueType
impl UnwindSafe for AxValueType
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