pub enum PrefersReducedMotionMediaFeatureKeyword {
NoPreference(Ident),
Reduce(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for PrefersReducedMotionMediaFeatureKeyword
impl Clone for PrefersReducedMotionMediaFeatureKeyword
Source§fn clone(&self) -> PrefersReducedMotionMediaFeatureKeyword
fn clone(&self) -> PrefersReducedMotionMediaFeatureKeyword
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 Ord for PrefersReducedMotionMediaFeatureKeyword
impl Ord for PrefersReducedMotionMediaFeatureKeyword
Source§fn cmp(&self, other: &PrefersReducedMotionMediaFeatureKeyword) -> Ordering
fn cmp(&self, other: &PrefersReducedMotionMediaFeatureKeyword) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for PrefersReducedMotionMediaFeatureKeyword
impl<'a> Parse<'a> for PrefersReducedMotionMediaFeatureKeyword
Source§impl PartialEq for PrefersReducedMotionMediaFeatureKeyword
impl PartialEq for PrefersReducedMotionMediaFeatureKeyword
Source§fn eq(&self, other: &PrefersReducedMotionMediaFeatureKeyword) -> bool
fn eq(&self, other: &PrefersReducedMotionMediaFeatureKeyword) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PrefersReducedMotionMediaFeatureKeyword
impl PartialOrd for PrefersReducedMotionMediaFeatureKeyword
Source§impl<'a> Peek<'a> for PrefersReducedMotionMediaFeatureKeyword
impl<'a> Peek<'a> for PrefersReducedMotionMediaFeatureKeyword
Source§impl ToCursors for PrefersReducedMotionMediaFeatureKeyword
impl ToCursors for PrefersReducedMotionMediaFeatureKeyword
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for PrefersReducedMotionMediaFeatureKeyword
impl Eq for PrefersReducedMotionMediaFeatureKeyword
impl StructuralPartialEq for PrefersReducedMotionMediaFeatureKeyword
Auto Trait Implementations§
impl Freeze for PrefersReducedMotionMediaFeatureKeyword
impl RefUnwindSafe for PrefersReducedMotionMediaFeatureKeyword
impl Send for PrefersReducedMotionMediaFeatureKeyword
impl Sync for PrefersReducedMotionMediaFeatureKeyword
impl Unpin for PrefersReducedMotionMediaFeatureKeyword
impl UnwindSafe for PrefersReducedMotionMediaFeatureKeyword
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