pub enum FileTreeAction {
None,
FileClicked(LiveId),
FolderClicked(LiveId),
ShouldFileStartDrag(LiveId),
}
Variants§
Trait Implementations§
Source§impl ActionDefaultRef for FileTreeAction
impl ActionDefaultRef for FileTreeAction
fn default_ref() -> &'static Self
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 Debug for FileTreeAction
impl Debug for FileTreeAction
Auto Trait Implementations§
impl Freeze for FileTreeAction
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> ActionTrait for T
impl<T> ActionTrait for T
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