pub enum ScrollTargetGroupStyleValue {
None(Ident),
Auto(Ident),
}Expand description
Represents the style value for scroll-target-group as defined in css-overflow-5.
The grammar is defined as:
none | autoVariants§
Trait Implementations§
Source§impl Clone for ScrollTargetGroupStyleValue
impl Clone for ScrollTargetGroupStyleValue
Source§fn clone(&self) -> ScrollTargetGroupStyleValue
fn clone(&self) -> ScrollTargetGroupStyleValue
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 ScrollTargetGroupStyleValue
impl Debug for ScrollTargetGroupStyleValue
Source§impl Hash for ScrollTargetGroupStyleValue
impl Hash for ScrollTargetGroupStyleValue
Source§impl Ord for ScrollTargetGroupStyleValue
impl Ord for ScrollTargetGroupStyleValue
Source§fn cmp(&self, other: &ScrollTargetGroupStyleValue) -> Ordering
fn cmp(&self, other: &ScrollTargetGroupStyleValue) -> 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 ScrollTargetGroupStyleValue
impl<'a> Parse<'a> for ScrollTargetGroupStyleValue
Source§impl PartialOrd for ScrollTargetGroupStyleValue
impl PartialOrd for ScrollTargetGroupStyleValue
Source§impl<'a> Peek<'a> for ScrollTargetGroupStyleValue
impl<'a> Peek<'a> for ScrollTargetGroupStyleValue
Source§impl ToCursors for ScrollTargetGroupStyleValue
impl ToCursors for ScrollTargetGroupStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for ScrollTargetGroupStyleValue
impl StructuralPartialEq for ScrollTargetGroupStyleValue
Auto Trait Implementations§
impl Freeze for ScrollTargetGroupStyleValue
impl RefUnwindSafe for ScrollTargetGroupStyleValue
impl Send for ScrollTargetGroupStyleValue
impl Sync for ScrollTargetGroupStyleValue
impl Unpin for ScrollTargetGroupStyleValue
impl UnwindSafe for ScrollTargetGroupStyleValue
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