pub enum NestedScrollSource {
UserInput,
SideEffect,
}Expand description
Possible sources of scroll events in the nested scroll system.
Variants§
Trait Implementations§
Source§impl Clone for NestedScrollSource
impl Clone for NestedScrollSource
Source§fn clone(&self) -> NestedScrollSource
fn clone(&self) -> NestedScrollSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NestedScrollSource
Source§impl Debug for NestedScrollSource
impl Debug for NestedScrollSource
impl Eq for NestedScrollSource
Source§impl PartialEq for NestedScrollSource
impl PartialEq for NestedScrollSource
Source§fn eq(&self, other: &NestedScrollSource) -> bool
fn eq(&self, other: &NestedScrollSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NestedScrollSource
Auto Trait Implementations§
impl Freeze for NestedScrollSource
impl RefUnwindSafe for NestedScrollSource
impl Send for NestedScrollSource
impl Sync for NestedScrollSource
impl Unpin for NestedScrollSource
impl UnsafeUnpin for NestedScrollSource
impl UnwindSafe for NestedScrollSource
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