pub enum OutlineTreeNodeAction {
Selected(KeyModifiers),
Opening,
Closing,
ShouldStartDrag,
}
Variants§
Auto Trait Implementations§
impl Freeze for OutlineTreeNodeAction
impl RefUnwindSafe for OutlineTreeNodeAction
impl Send for OutlineTreeNodeAction
impl Sync for OutlineTreeNodeAction
impl Unpin for OutlineTreeNodeAction
impl UnwindSafe for OutlineTreeNodeAction
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