pub enum ScrollStateFeature {
Scrollable(ScrollableScrollStateFeature),
Snapped(SnappedScrollStateFeature),
Stuck(StuckScrollStateFeature),
}Variants§
Scrollable(ScrollableScrollStateFeature)
Snapped(SnappedScrollStateFeature)
Stuck(StuckScrollStateFeature)
Trait Implementations§
Source§impl Clone for ScrollStateFeature
impl Clone for ScrollStateFeature
Source§fn clone(&self) -> ScrollStateFeature
fn clone(&self) -> ScrollStateFeature
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 ScrollStateFeature
impl Debug for ScrollStateFeature
Source§impl Hash for ScrollStateFeature
impl Hash for ScrollStateFeature
Source§impl Ord for ScrollStateFeature
impl Ord for ScrollStateFeature
Source§fn cmp(&self, other: &ScrollStateFeature) -> Ordering
fn cmp(&self, other: &ScrollStateFeature) -> 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 ScrollStateFeature
impl<'a> Parse<'a> for ScrollStateFeature
Source§impl PartialEq for ScrollStateFeature
impl PartialEq for ScrollStateFeature
Source§impl PartialOrd for ScrollStateFeature
impl PartialOrd for ScrollStateFeature
Source§impl<'a> Peek<'a> for ScrollStateFeature
impl<'a> Peek<'a> for ScrollStateFeature
Source§impl ToCursors for ScrollStateFeature
impl ToCursors for ScrollStateFeature
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for ScrollStateFeature
impl StructuralPartialEq for ScrollStateFeature
Auto Trait Implementations§
impl Freeze for ScrollStateFeature
impl RefUnwindSafe for ScrollStateFeature
impl Send for ScrollStateFeature
impl Sync for ScrollStateFeature
impl Unpin for ScrollStateFeature
impl UnwindSafe for ScrollStateFeature
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