pub struct InterestDelayStyleValue(pub InterestDelayStartStyleValue, pub Option<InterestDelayStartStyleValue>);Expand description
Represents the style value for interest-delay as defined in css-ui-4.
The grammar is defined as:
<'interest-delay-start'>{1,2}Tuple Fields§
§0: InterestDelayStartStyleValue§1: Option<InterestDelayStartStyleValue>Trait Implementations§
Source§impl Clone for InterestDelayStyleValue
impl Clone for InterestDelayStyleValue
Source§fn clone(&self) -> InterestDelayStyleValue
fn clone(&self) -> InterestDelayStyleValue
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 InterestDelayStyleValue
impl Debug for InterestDelayStyleValue
Source§impl Hash for InterestDelayStyleValue
impl Hash for InterestDelayStyleValue
Source§impl Ord for InterestDelayStyleValue
impl Ord for InterestDelayStyleValue
Source§fn cmp(&self, other: &InterestDelayStyleValue) -> Ordering
fn cmp(&self, other: &InterestDelayStyleValue) -> 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 InterestDelayStyleValue
impl<'a> Parse<'a> for InterestDelayStyleValue
Source§impl PartialEq for InterestDelayStyleValue
impl PartialEq for InterestDelayStyleValue
Source§impl PartialOrd for InterestDelayStyleValue
impl PartialOrd for InterestDelayStyleValue
Source§impl<'a> Peek<'a> for InterestDelayStyleValue
impl<'a> Peek<'a> for InterestDelayStyleValue
Source§impl ToCursors for InterestDelayStyleValue
impl ToCursors for InterestDelayStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for InterestDelayStyleValue
impl StructuralPartialEq for InterestDelayStyleValue
Auto Trait Implementations§
impl Freeze for InterestDelayStyleValue
impl RefUnwindSafe for InterestDelayStyleValue
impl Send for InterestDelayStyleValue
impl Sync for InterestDelayStyleValue
impl Unpin for InterestDelayStyleValue
impl UnwindSafe for InterestDelayStyleValue
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