pub enum ScrollableScrollStateFeature {
WithValue(LeftParen, Ident, Colon, ScrollableScrollStateFeatureKeyword, RightParen),
Bare(LeftParen, Ident, RightParen),
}Variants§
WithValue(LeftParen, Ident, Colon, ScrollableScrollStateFeatureKeyword, RightParen)
Bare(LeftParen, Ident, RightParen)
Trait Implementations§
Source§impl Clone for ScrollableScrollStateFeature
impl Clone for ScrollableScrollStateFeature
Source§fn clone(&self) -> ScrollableScrollStateFeature
fn clone(&self) -> ScrollableScrollStateFeature
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 ScrollableScrollStateFeature
impl Debug for ScrollableScrollStateFeature
Source§impl<'a> DiscreteFeature<'a> for ScrollableScrollStateFeature
impl<'a> DiscreteFeature<'a> for ScrollableScrollStateFeature
type Value = ScrollableScrollStateFeatureKeyword
fn parse_discrete_feature<I>( p: &mut Parser<'a, I>, atom: &'static dyn DynAtomSet, ) -> Result<(LeftParen, Ident, Option<(Colon, Self::Value)>, RightParen), Diagnostic>
Source§impl Hash for ScrollableScrollStateFeature
impl Hash for ScrollableScrollStateFeature
Source§impl Ord for ScrollableScrollStateFeature
impl Ord for ScrollableScrollStateFeature
Source§fn cmp(&self, other: &ScrollableScrollStateFeature) -> Ordering
fn cmp(&self, other: &ScrollableScrollStateFeature) -> 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 ScrollableScrollStateFeature
impl<'a> Parse<'a> for ScrollableScrollStateFeature
Source§impl PartialEq for ScrollableScrollStateFeature
impl PartialEq for ScrollableScrollStateFeature
Source§fn eq(&self, other: &ScrollableScrollStateFeature) -> bool
fn eq(&self, other: &ScrollableScrollStateFeature) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ScrollableScrollStateFeature
impl PartialOrd for ScrollableScrollStateFeature
Source§impl<'a> Peek<'a> for ScrollableScrollStateFeature
impl<'a> Peek<'a> for ScrollableScrollStateFeature
Source§impl ToCursors for ScrollableScrollStateFeature
impl ToCursors for ScrollableScrollStateFeature
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for ScrollableScrollStateFeature
impl Eq for ScrollableScrollStateFeature
impl StructuralPartialEq for ScrollableScrollStateFeature
Auto Trait Implementations§
impl Freeze for ScrollableScrollStateFeature
impl RefUnwindSafe for ScrollableScrollStateFeature
impl Send for ScrollableScrollStateFeature
impl Sync for ScrollableScrollStateFeature
impl Unpin for ScrollableScrollStateFeature
impl UnwindSafe for ScrollableScrollStateFeature
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