pub enum EditorPromptAction {
OpenEditor,
}Expand description
Set of actions for an EditorPrompt.
Variants§
OpenEditor
Open the editor.
Trait Implementations§
Source§impl Clone for EditorPromptAction
Available on crate feature editor only.
impl Clone for EditorPromptAction
Available on crate feature
editor only.Source§fn clone(&self) -> EditorPromptAction
fn clone(&self) -> EditorPromptAction
Returns a duplicate 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 EditorPromptAction
Available on crate feature editor only.
impl Debug for EditorPromptAction
Available on crate feature
editor only.Source§impl InnerAction for EditorPromptAction
Available on crate feature editor only.
impl InnerAction for EditorPromptAction
Available on crate feature
editor only.Source§impl PartialEq for EditorPromptAction
Available on crate feature editor only.
impl PartialEq for EditorPromptAction
Available on crate feature
editor only.impl Copy for EditorPromptAction
Available on crate feature
editor only.impl Eq for EditorPromptAction
Available on crate feature
editor only.impl StructuralPartialEq for EditorPromptAction
Available on crate feature
editor only.Auto Trait Implementations§
impl Freeze for EditorPromptAction
impl RefUnwindSafe for EditorPromptAction
impl Send for EditorPromptAction
impl Sync for EditorPromptAction
impl Unpin for EditorPromptAction
impl UnwindSafe for EditorPromptAction
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