pub enum SingleAnimationRangeEndStyleValue {
Normal(Ident),
LengthPercentage(LengthPercentage),
TimelineRangeName(TimelineRangeName, Option<LengthPercentage>),
}Variants§
Normal(Ident)
LengthPercentage(LengthPercentage)
TimelineRangeName(TimelineRangeName, Option<LengthPercentage>)
Trait Implementations§
Source§impl Clone for SingleAnimationRangeEndStyleValue
impl Clone for SingleAnimationRangeEndStyleValue
Source§fn clone(&self) -> SingleAnimationRangeEndStyleValue
fn clone(&self) -> SingleAnimationRangeEndStyleValue
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 Ord for SingleAnimationRangeEndStyleValue
impl Ord for SingleAnimationRangeEndStyleValue
Source§fn cmp(&self, other: &SingleAnimationRangeEndStyleValue) -> Ordering
fn cmp(&self, other: &SingleAnimationRangeEndStyleValue) -> 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 SingleAnimationRangeEndStyleValue
impl<'a> Parse<'a> for SingleAnimationRangeEndStyleValue
Source§impl PartialEq for SingleAnimationRangeEndStyleValue
impl PartialEq for SingleAnimationRangeEndStyleValue
Source§fn eq(&self, other: &SingleAnimationRangeEndStyleValue) -> bool
fn eq(&self, other: &SingleAnimationRangeEndStyleValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SingleAnimationRangeEndStyleValue
impl PartialOrd for SingleAnimationRangeEndStyleValue
Source§impl<'a> Peek<'a> for SingleAnimationRangeEndStyleValue
impl<'a> Peek<'a> for SingleAnimationRangeEndStyleValue
Source§impl SemanticEq for SingleAnimationRangeEndStyleValue
impl SemanticEq for SingleAnimationRangeEndStyleValue
Source§fn semantic_eq(&self, other: &Self) -> bool
fn semantic_eq(&self, other: &Self) -> bool
Returns
true if self and other are semantically equal.Source§impl ToCursors for SingleAnimationRangeEndStyleValue
impl ToCursors for SingleAnimationRangeEndStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for SingleAnimationRangeEndStyleValue
impl StructuralPartialEq for SingleAnimationRangeEndStyleValue
Auto Trait Implementations§
impl Freeze for SingleAnimationRangeEndStyleValue
impl RefUnwindSafe for SingleAnimationRangeEndStyleValue
impl Send for SingleAnimationRangeEndStyleValue
impl Sync for SingleAnimationRangeEndStyleValue
impl Unpin for SingleAnimationRangeEndStyleValue
impl UnwindSafe for SingleAnimationRangeEndStyleValue
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