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