pub struct ActionsPluginActionCustom {
pub names: Vec<Box<str>>,
pub details: Box<str>,
pub command: Box<str>,
pub icon: Box<Path>,
}Fields§
§names: Vec<Box<str>>§details: Box<str>§command: Box<str>§icon: Box<Path>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 (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 ActionsPluginActionCustom
impl Debug for ActionsPluginActionCustom
Source§impl From<ActionsPluginActionCustom> for ActionsPluginActionCustom
impl From<ActionsPluginActionCustom> for ActionsPluginActionCustom
Source§fn from(value: ActionsPluginActionCustom) -> Self
fn from(value: ActionsPluginActionCustom) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ActionsPluginActionCustom
impl PartialEq for ActionsPluginActionCustom
Source§fn eq(&self, other: &ActionsPluginActionCustom) -> bool
fn eq(&self, other: &ActionsPluginActionCustom) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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