pub enum InterestDelayStartStyleValue {
Normal(Ident),
Time(Time),
}Expand description
Represents the style value for interest-delay-start as defined in css-ui-4.
The grammar is defined as:
normal | <time>Variants§
Trait Implementations§
Source§impl Clone for InterestDelayStartStyleValue
impl Clone for InterestDelayStartStyleValue
Source§fn clone(&self) -> InterestDelayStartStyleValue
fn clone(&self) -> InterestDelayStartStyleValue
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 InterestDelayStartStyleValue
impl Debug for InterestDelayStartStyleValue
Source§impl Hash for InterestDelayStartStyleValue
impl Hash for InterestDelayStartStyleValue
Source§impl Ord for InterestDelayStartStyleValue
impl Ord for InterestDelayStartStyleValue
Source§fn cmp(&self, other: &InterestDelayStartStyleValue) -> Ordering
fn cmp(&self, other: &InterestDelayStartStyleValue) -> 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 InterestDelayStartStyleValue
impl<'a> Parse<'a> for InterestDelayStartStyleValue
Source§impl PartialEq for InterestDelayStartStyleValue
impl PartialEq for InterestDelayStartStyleValue
Source§fn eq(&self, other: &InterestDelayStartStyleValue) -> bool
fn eq(&self, other: &InterestDelayStartStyleValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for InterestDelayStartStyleValue
impl PartialOrd for InterestDelayStartStyleValue
Source§impl<'a> Peek<'a> for InterestDelayStartStyleValue
impl<'a> Peek<'a> for InterestDelayStartStyleValue
Source§impl ToCursors for InterestDelayStartStyleValue
impl ToCursors for InterestDelayStartStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for InterestDelayStartStyleValue
impl StructuralPartialEq for InterestDelayStartStyleValue
Auto Trait Implementations§
impl Freeze for InterestDelayStartStyleValue
impl RefUnwindSafe for InterestDelayStartStyleValue
impl Send for InterestDelayStartStyleValue
impl Sync for InterestDelayStartStyleValue
impl Unpin for InterestDelayStartStyleValue
impl UnwindSafe for InterestDelayStartStyleValue
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