pub enum FlatListAction {
Scroll,
None,
}Variants§
Trait Implementations§
Source§impl Clone for FlatListAction
impl Clone for FlatListAction
Source§fn clone(&self) -> FlatListAction
fn clone(&self) -> FlatListAction
Returns a copy 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 Default for FlatListAction
impl Default for FlatListAction
Source§impl Into<Box<dyn WidgetAction>> for FlatListAction
impl Into<Box<dyn WidgetAction>> for FlatListAction
Source§fn into(self) -> Box<dyn WidgetAction>
fn into(self) -> Box<dyn WidgetAction>
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for FlatListAction
impl RefUnwindSafe for FlatListAction
impl Send for FlatListAction
impl Sync for FlatListAction
impl Unpin for FlatListAction
impl UnwindSafe for FlatListAction
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