pub enum SingleAnimationIterationCount {
Infinite(Ident),
Number(Number),
}Variants§
Trait Implementations§
Source§impl Clone for SingleAnimationIterationCount
impl Clone for SingleAnimationIterationCount
Source§fn clone(&self) -> SingleAnimationIterationCount
fn clone(&self) -> SingleAnimationIterationCount
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 From<SingleAnimationIterationCount> for Cursor
impl From<SingleAnimationIterationCount> for Cursor
Source§fn from(value: SingleAnimationIterationCount) -> Cursor
fn from(value: SingleAnimationIterationCount) -> Cursor
Converts to this type from the input type.
Source§impl From<SingleAnimationIterationCount> for Token
impl From<SingleAnimationIterationCount> for Token
Source§fn from(value: SingleAnimationIterationCount) -> Token
fn from(value: SingleAnimationIterationCount) -> Token
Converts to this type from the input type.
Source§impl Hash for SingleAnimationIterationCount
impl Hash for SingleAnimationIterationCount
Source§impl Ord for SingleAnimationIterationCount
impl Ord for SingleAnimationIterationCount
Source§fn cmp(&self, other: &SingleAnimationIterationCount) -> Ordering
fn cmp(&self, other: &SingleAnimationIterationCount) -> 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 SingleAnimationIterationCount
impl<'a> Parse<'a> for SingleAnimationIterationCount
Source§impl PartialEq for SingleAnimationIterationCount
impl PartialEq for SingleAnimationIterationCount
Source§fn eq(&self, other: &SingleAnimationIterationCount) -> bool
fn eq(&self, other: &SingleAnimationIterationCount) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SingleAnimationIterationCount
impl PartialOrd for SingleAnimationIterationCount
Source§impl<'a> Peek<'a> for SingleAnimationIterationCount
impl<'a> Peek<'a> for SingleAnimationIterationCount
Source§impl ToCursors for SingleAnimationIterationCount
impl ToCursors for SingleAnimationIterationCount
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for SingleAnimationIterationCount
impl Eq for SingleAnimationIterationCount
impl StructuralPartialEq for SingleAnimationIterationCount
Auto Trait Implementations§
impl Freeze for SingleAnimationIterationCount
impl RefUnwindSafe for SingleAnimationIterationCount
impl Send for SingleAnimationIterationCount
impl Sync for SingleAnimationIterationCount
impl Unpin for SingleAnimationIterationCount
impl UnwindSafe for SingleAnimationIterationCount
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