pub enum SingleAnimationTimeline {
Auto(Ident),
None(Ident),
}Expand description
https://drafts.csswg.org/css-animations-2/#typedef-single-animation-timeline
<single-animation-timeline> = auto | none | <dashed-ident> | <scroll()> | <view()>Variants§
Trait Implementations§
Source§impl Clone for SingleAnimationTimeline
impl Clone for SingleAnimationTimeline
Source§fn clone(&self) -> SingleAnimationTimeline
fn clone(&self) -> SingleAnimationTimeline
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 SingleAnimationTimeline
impl Debug for SingleAnimationTimeline
Source§impl From<SingleAnimationTimeline> for Cursor
impl From<SingleAnimationTimeline> for Cursor
Source§fn from(value: SingleAnimationTimeline) -> Cursor
fn from(value: SingleAnimationTimeline) -> Cursor
Converts to this type from the input type.
Source§impl From<SingleAnimationTimeline> for Token
impl From<SingleAnimationTimeline> for Token
Source§fn from(value: SingleAnimationTimeline) -> Token
fn from(value: SingleAnimationTimeline) -> Token
Converts to this type from the input type.
Source§impl Hash for SingleAnimationTimeline
impl Hash for SingleAnimationTimeline
Source§impl Ord for SingleAnimationTimeline
impl Ord for SingleAnimationTimeline
Source§fn cmp(&self, other: &SingleAnimationTimeline) -> Ordering
fn cmp(&self, other: &SingleAnimationTimeline) -> 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 SingleAnimationTimeline
impl<'a> Parse<'a> for SingleAnimationTimeline
Source§impl PartialEq for SingleAnimationTimeline
impl PartialEq for SingleAnimationTimeline
Source§impl PartialOrd for SingleAnimationTimeline
impl PartialOrd for SingleAnimationTimeline
Source§impl<'a> Peek<'a> for SingleAnimationTimeline
impl<'a> Peek<'a> for SingleAnimationTimeline
Source§impl ToCursors for SingleAnimationTimeline
impl ToCursors for SingleAnimationTimeline
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for SingleAnimationTimeline
impl Eq for SingleAnimationTimeline
impl StructuralPartialEq for SingleAnimationTimeline
Auto Trait Implementations§
impl Freeze for SingleAnimationTimeline
impl RefUnwindSafe for SingleAnimationTimeline
impl Send for SingleAnimationTimeline
impl Sync for SingleAnimationTimeline
impl Unpin for SingleAnimationTimeline
impl UnwindSafe for SingleAnimationTimeline
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