pub struct ContextMenuEntry {
pub target: String,
pub title: String,
pub command: String,
}Fields§
§target: Stringtree.file | tree.dir | tab | agent.row | pane.
title: String§command: StringTrait Implementations§
Source§impl Clone for ContextMenuEntry
impl Clone for ContextMenuEntry
Source§fn clone(&self) -> ContextMenuEntry
fn clone(&self) -> ContextMenuEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContextMenuEntry
impl Debug for ContextMenuEntry
Auto Trait Implementations§
impl Freeze for ContextMenuEntry
impl RefUnwindSafe for ContextMenuEntry
impl Send for ContextMenuEntry
impl Sync for ContextMenuEntry
impl Unpin for ContextMenuEntry
impl UnsafeUnpin for ContextMenuEntry
impl UnwindSafe for ContextMenuEntry
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