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