pub enum GridMediaFeature {
WithValue(LeftParen, Ident, Colon, Any, RightParen),
Bare(LeftParen, Ident, RightParen),
}Variants§
WithValue(LeftParen, Ident, Colon, Any, RightParen)
Bare(LeftParen, Ident, RightParen)
Trait Implementations§
Source§impl<'a> BooleanFeature<'a> for GridMediaFeature
impl<'a> BooleanFeature<'a> for GridMediaFeature
fn parse_boolean_feature<I>( p: &mut Parser<'a, I>, name: &'static dyn DynAtomSet, ) -> Result<(LeftParen, Ident, Option<(Colon, Any)>, RightParen), Diagnostic>
Source§impl Clone for GridMediaFeature
impl Clone for GridMediaFeature
Source§fn clone(&self) -> GridMediaFeature
fn clone(&self) -> GridMediaFeature
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 Debug for GridMediaFeature
impl Debug for GridMediaFeature
Source§impl Hash for GridMediaFeature
impl Hash for GridMediaFeature
Source§impl Ord for GridMediaFeature
impl Ord for GridMediaFeature
Source§fn cmp(&self, other: &GridMediaFeature) -> Ordering
fn cmp(&self, other: &GridMediaFeature) -> 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 GridMediaFeature
impl<'a> Parse<'a> for GridMediaFeature
Source§impl PartialEq for GridMediaFeature
impl PartialEq for GridMediaFeature
Source§impl PartialOrd for GridMediaFeature
impl PartialOrd for GridMediaFeature
Source§impl ToCursors for GridMediaFeature
impl ToCursors for GridMediaFeature
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for GridMediaFeature
impl Eq for GridMediaFeature
impl StructuralPartialEq for GridMediaFeature
Auto Trait Implementations§
impl Freeze for GridMediaFeature
impl RefUnwindSafe for GridMediaFeature
impl Send for GridMediaFeature
impl Sync for GridMediaFeature
impl Unpin for GridMediaFeature
impl UnwindSafe for GridMediaFeature
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