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