Enum makepad_widgets::file_tree::FileTreeAction
source · pub enum FileTreeAction {
None,
FileClicked(FileNodeId),
FolderClicked(FileNodeId),
ShouldFileStartDrag(FileNodeId),
}
Variants§
Trait Implementations§
source§impl Clone for FileTreeAction
impl Clone for FileTreeAction
source§fn clone(&self) -> FileTreeAction
fn clone(&self) -> FileTreeAction
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 FileTreeAction
impl Default for FileTreeAction
source§impl Into<Box<dyn WidgetAction, Global>> for FileTreeAction
impl Into<Box<dyn WidgetAction, Global>> for FileTreeAction
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 RefUnwindSafe for FileTreeAction
impl Send for FileTreeAction
impl Sync for FileTreeAction
impl Unpin for FileTreeAction
impl UnwindSafe for FileTreeAction
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