pub enum HackMediaFeature {
IEBackslashZero(LeftParen, Ident, Colon, Dimension, RightParen),
}Variants§
Trait Implementations§
Source§impl Clone for HackMediaFeature
impl Clone for HackMediaFeature
Source§fn clone(&self) -> HackMediaFeature
fn clone(&self) -> HackMediaFeature
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 HackMediaFeature
impl Debug for HackMediaFeature
Source§impl Hash for HackMediaFeature
impl Hash for HackMediaFeature
Source§impl Ord for HackMediaFeature
impl Ord for HackMediaFeature
Source§fn cmp(&self, other: &HackMediaFeature) -> Ordering
fn cmp(&self, other: &HackMediaFeature) -> 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 HackMediaFeature
impl<'a> Parse<'a> for HackMediaFeature
Source§impl PartialEq for HackMediaFeature
impl PartialEq for HackMediaFeature
Source§impl PartialOrd for HackMediaFeature
impl PartialOrd for HackMediaFeature
Source§impl ToCursors for HackMediaFeature
impl ToCursors for HackMediaFeature
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for HackMediaFeature
impl Eq for HackMediaFeature
impl StructuralPartialEq for HackMediaFeature
Auto Trait Implementations§
impl Freeze for HackMediaFeature
impl RefUnwindSafe for HackMediaFeature
impl Send for HackMediaFeature
impl Sync for HackMediaFeature
impl Unpin for HackMediaFeature
impl UnwindSafe for HackMediaFeature
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