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