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