pub struct PromptAction {
pub handle: String,
pub canonical_label: String,
}Fields§
§handle: String§canonical_label: StringTrait Implementations§
Source§impl Clone for PromptAction
impl Clone for PromptAction
Source§fn clone(&self) -> PromptAction
fn clone(&self) -> PromptAction
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 PromptAction
impl Debug for PromptAction
impl Eq for PromptAction
Source§impl PartialEq for PromptAction
impl PartialEq for PromptAction
Source§impl Serialize for PromptAction
impl Serialize for PromptAction
impl StructuralPartialEq for PromptAction
Auto Trait Implementations§
impl Freeze for PromptAction
impl RefUnwindSafe for PromptAction
impl Send for PromptAction
impl Sync for PromptAction
impl Unpin for PromptAction
impl UnsafeUnpin for PromptAction
impl UnwindSafe for PromptAction
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.