pub struct PluginAction {
pub result_id: String,
pub plugin_id: String,
pub action_id: String,
pub title: String,
pub subtitle: String,
pub keywords: Vec<String>,
pub kind: PluginActionKind,
}Fields§
§result_id: String§plugin_id: String§action_id: String§title: String§subtitle: String§keywords: Vec<String>§kind: PluginActionKindTrait Implementations§
Source§impl Clone for PluginAction
impl Clone for PluginAction
Source§fn clone(&self) -> PluginAction
fn clone(&self) -> PluginAction
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 PluginAction
impl Debug for PluginAction
Source§impl PartialEq for PluginAction
impl PartialEq for PluginAction
Source§fn eq(&self, other: &PluginAction) -> bool
fn eq(&self, other: &PluginAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PluginAction
impl StructuralPartialEq for PluginAction
Auto Trait Implementations§
impl Freeze for PluginAction
impl RefUnwindSafe for PluginAction
impl Send for PluginAction
impl Sync for PluginAction
impl Unpin for PluginAction
impl UnsafeUnpin for PluginAction
impl UnwindSafe for PluginAction
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
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.