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