pub enum AxValueType {
Show 17 variants
Boolean,
Tristate,
BooleanOrUndefined,
Idref,
IdrefList,
Integer,
Node,
NodeList,
Number,
String,
ComputedString,
Token,
TokenList,
DomRelation,
Role,
InternalRole,
ValueUndefined,
}Variants§
Boolean
Tristate
BooleanOrUndefined
Idref
IdrefList
Integer
Node
NodeList
Number
String
ComputedString
Token
TokenList
DomRelation
Role
InternalRole
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
Source§impl PartialEq for AxValueType
impl PartialEq for AxValueType
Source§impl Serialize for AxValueType
impl Serialize for AxValueType
impl StructuralPartialEq for AxValueType
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