pub enum SnappedScrollStateFeatureKeyword {
None(Ident),
X(Ident),
Y(Ident),
Block(Ident),
Inline(Ident),
Both(Ident),
Discrete(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for SnappedScrollStateFeatureKeyword
impl Clone for SnappedScrollStateFeatureKeyword
Source§fn clone(&self) -> SnappedScrollStateFeatureKeyword
fn clone(&self) -> SnappedScrollStateFeatureKeyword
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 Ord for SnappedScrollStateFeatureKeyword
impl Ord for SnappedScrollStateFeatureKeyword
Source§fn cmp(&self, other: &SnappedScrollStateFeatureKeyword) -> Ordering
fn cmp(&self, other: &SnappedScrollStateFeatureKeyword) -> 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 SnappedScrollStateFeatureKeyword
impl<'a> Parse<'a> for SnappedScrollStateFeatureKeyword
Source§impl PartialEq for SnappedScrollStateFeatureKeyword
impl PartialEq for SnappedScrollStateFeatureKeyword
Source§fn eq(&self, other: &SnappedScrollStateFeatureKeyword) -> bool
fn eq(&self, other: &SnappedScrollStateFeatureKeyword) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SnappedScrollStateFeatureKeyword
impl PartialOrd for SnappedScrollStateFeatureKeyword
Source§impl<'a> Peek<'a> for SnappedScrollStateFeatureKeyword
impl<'a> Peek<'a> for SnappedScrollStateFeatureKeyword
Source§impl ToCursors for SnappedScrollStateFeatureKeyword
impl ToCursors for SnappedScrollStateFeatureKeyword
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for SnappedScrollStateFeatureKeyword
impl Eq for SnappedScrollStateFeatureKeyword
impl StructuralPartialEq for SnappedScrollStateFeatureKeyword
Auto Trait Implementations§
impl Freeze for SnappedScrollStateFeatureKeyword
impl RefUnwindSafe for SnappedScrollStateFeatureKeyword
impl Send for SnappedScrollStateFeatureKeyword
impl Sync for SnappedScrollStateFeatureKeyword
impl Unpin for SnappedScrollStateFeatureKeyword
impl UnwindSafe for SnappedScrollStateFeatureKeyword
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