pub enum OutlineTreeAction {
None,
Selected(LiveId, KeyModifiers),
EyeClicked(LiveId, bool),
ShouldStartDrag(LiveId),
}
Variants§
Trait Implementations§
Source§impl ActionDefaultRef for OutlineTreeAction
impl ActionDefaultRef for OutlineTreeAction
fn default_ref() -> &'static Self
Source§impl Clone for OutlineTreeAction
impl Clone for OutlineTreeAction
Source§fn clone(&self) -> OutlineTreeAction
fn clone(&self) -> OutlineTreeAction
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 OutlineTreeAction
impl Debug for OutlineTreeAction
Auto Trait Implementations§
impl Freeze for OutlineTreeAction
impl RefUnwindSafe for OutlineTreeAction
impl Send for OutlineTreeAction
impl Sync for OutlineTreeAction
impl Unpin for OutlineTreeAction
impl UnwindSafe for OutlineTreeAction
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