pub struct ActionsPluginActionCustom {
pub names: Vec<Box<str>>,
pub details: Box<str>,
pub command: Box<str>,
pub icon: Box<str>,
}
Fields§
§names: Vec<Box<str>>
§details: Box<str>
§command: Box<str>
§icon: Box<str>
Trait Implementations§
Source§impl Clone for ActionsPluginActionCustom
impl Clone for ActionsPluginActionCustom
Source§fn clone(&self) -> ActionsPluginActionCustom
fn clone(&self) -> ActionsPluginActionCustom
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 ActionsPluginActionCustom
impl Debug for ActionsPluginActionCustom
Source§impl<'de> Deserialize<'de> for ActionsPluginActionCustom
impl<'de> Deserialize<'de> for ActionsPluginActionCustom
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ActionsPluginActionCustom
impl StructuralPartialEq for ActionsPluginActionCustom
Auto Trait Implementations§
impl Freeze for ActionsPluginActionCustom
impl RefUnwindSafe for ActionsPluginActionCustom
impl Send for ActionsPluginActionCustom
impl Sync for ActionsPluginActionCustom
impl Unpin for ActionsPluginActionCustom
impl UnwindSafe for ActionsPluginActionCustom
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