pub enum AriaPropertyDefinitionType {
String,
Id,
Idlist,
Integer,
Number,
Boolean,
Token,
Tokenlist,
Tristate,
}
Variants§
Trait Implementations§
Source§impl Clone for AriaPropertyDefinitionType
impl Clone for AriaPropertyDefinitionType
Source§fn clone(&self) -> AriaPropertyDefinitionType
fn clone(&self) -> AriaPropertyDefinitionType
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 AriaPropertyDefinitionType
impl Debug for AriaPropertyDefinitionType
Source§impl Display for AriaPropertyDefinitionType
impl Display for AriaPropertyDefinitionType
Source§impl FromStr for AriaPropertyDefinitionType
impl FromStr for AriaPropertyDefinitionType
Source§impl Hash for AriaPropertyDefinitionType
impl Hash for AriaPropertyDefinitionType
impl Copy for AriaPropertyDefinitionType
impl Eq for AriaPropertyDefinitionType
impl StructuralPartialEq for AriaPropertyDefinitionType
Auto Trait Implementations§
impl Freeze for AriaPropertyDefinitionType
impl RefUnwindSafe for AriaPropertyDefinitionType
impl Send for AriaPropertyDefinitionType
impl Sync for AriaPropertyDefinitionType
impl Unpin for AriaPropertyDefinitionType
impl UnwindSafe for AriaPropertyDefinitionType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.