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