pub enum StuckScrollStateFeature {
WithValue(LeftParen, Ident, Colon, StuckScrollStateFeatureKeyword, RightParen),
Bare(LeftParen, Ident, RightParen),
}Variants§
WithValue(LeftParen, Ident, Colon, StuckScrollStateFeatureKeyword, RightParen)
Bare(LeftParen, Ident, RightParen)
Trait Implementations§
Source§impl Clone for StuckScrollStateFeature
impl Clone for StuckScrollStateFeature
Source§fn clone(&self) -> StuckScrollStateFeature
fn clone(&self) -> StuckScrollStateFeature
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 StuckScrollStateFeature
impl Debug for StuckScrollStateFeature
Source§impl<'a> DiscreteFeature<'a> for StuckScrollStateFeature
impl<'a> DiscreteFeature<'a> for StuckScrollStateFeature
type Value = StuckScrollStateFeatureKeyword
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 StuckScrollStateFeature
impl Hash for StuckScrollStateFeature
Source§impl Ord for StuckScrollStateFeature
impl Ord for StuckScrollStateFeature
Source§fn cmp(&self, other: &StuckScrollStateFeature) -> Ordering
fn cmp(&self, other: &StuckScrollStateFeature) -> 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 StuckScrollStateFeature
impl<'a> Parse<'a> for StuckScrollStateFeature
Source§impl PartialEq for StuckScrollStateFeature
impl PartialEq for StuckScrollStateFeature
Source§impl PartialOrd for StuckScrollStateFeature
impl PartialOrd for StuckScrollStateFeature
Source§impl<'a> Peek<'a> for StuckScrollStateFeature
impl<'a> Peek<'a> for StuckScrollStateFeature
Source§impl ToCursors for StuckScrollStateFeature
impl ToCursors for StuckScrollStateFeature
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for StuckScrollStateFeature
impl Eq for StuckScrollStateFeature
impl StructuralPartialEq for StuckScrollStateFeature
Auto Trait Implementations§
impl Freeze for StuckScrollStateFeature
impl RefUnwindSafe for StuckScrollStateFeature
impl Send for StuckScrollStateFeature
impl Sync for StuckScrollStateFeature
impl Unpin for StuckScrollStateFeature
impl UnwindSafe for StuckScrollStateFeature
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