pub enum AriaPressed {
Bool(bool),
Mixed(String),
}Expand description
ARIA pressed state (true, false, or mixed)
Variants§
Trait Implementations§
Source§impl Clone for AriaPressed
impl Clone for AriaPressed
Source§fn clone(&self) -> AriaPressed
fn clone(&self) -> AriaPressed
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 AriaPressed
impl Debug for AriaPressed
Source§impl<'de> Deserialize<'de> for AriaPressed
impl<'de> Deserialize<'de> for AriaPressed
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 AriaPressed
impl PartialEq for AriaPressed
Source§impl Serialize for AriaPressed
impl Serialize for AriaPressed
impl StructuralPartialEq for AriaPressed
Auto Trait Implementations§
impl Freeze for AriaPressed
impl RefUnwindSafe for AriaPressed
impl Send for AriaPressed
impl Sync for AriaPressed
impl Unpin for AriaPressed
impl UnwindSafe for AriaPressed
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