pub enum CustomTypePromptAction {
ValueInput(InputAction),
}Expand description
Set of actions for a CustomTypePrompt.
Variants§
ValueInput(InputAction)
Action on the value text input handler.
Trait Implementations§
Source§impl Clone for CustomTypePromptAction
impl Clone for CustomTypePromptAction
Source§fn clone(&self) -> CustomTypePromptAction
fn clone(&self) -> CustomTypePromptAction
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 moreimpl Copy for CustomTypePromptAction
Source§impl Debug for CustomTypePromptAction
impl Debug for CustomTypePromptAction
impl Eq for CustomTypePromptAction
Source§impl InnerAction for CustomTypePromptAction
impl InnerAction for CustomTypePromptAction
Source§impl PartialEq for CustomTypePromptAction
impl PartialEq for CustomTypePromptAction
Source§fn eq(&self, other: &CustomTypePromptAction) -> bool
fn eq(&self, other: &CustomTypePromptAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CustomTypePromptAction
Auto Trait Implementations§
impl Freeze for CustomTypePromptAction
impl RefUnwindSafe for CustomTypePromptAction
impl Send for CustomTypePromptAction
impl Sync for CustomTypePromptAction
impl Unpin for CustomTypePromptAction
impl UnsafeUnpin for CustomTypePromptAction
impl UnwindSafe for CustomTypePromptAction
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