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