pub struct ActionsPluginConfig {
pub actions: Vec<ActionsPluginAction>,
}Fields§
§actions: Vec<ActionsPluginAction>Trait Implementations§
Source§impl Clone for ActionsPluginConfig
impl Clone for ActionsPluginConfig
Source§fn clone(&self) -> ActionsPluginConfig
fn clone(&self) -> ActionsPluginConfig
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 ActionsPluginConfig
impl Debug for ActionsPluginConfig
Source§impl Default for ActionsPluginConfig
impl Default for ActionsPluginConfig
Source§impl From<ActionsPluginConfig> for ActionsPluginConfig
impl From<ActionsPluginConfig> for ActionsPluginConfig
Source§fn from(value: ActionsPluginConfig) -> Self
fn from(value: ActionsPluginConfig) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ActionsPluginConfig
impl PartialEq for ActionsPluginConfig
Source§fn eq(&self, other: &ActionsPluginConfig) -> bool
fn eq(&self, other: &ActionsPluginConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActionsPluginConfig
Auto Trait Implementations§
impl Freeze for ActionsPluginConfig
impl RefUnwindSafe for ActionsPluginConfig
impl Send for ActionsPluginConfig
impl Sync for ActionsPluginConfig
impl Unpin for ActionsPluginConfig
impl UnsafeUnpin for ActionsPluginConfig
impl UnwindSafe for ActionsPluginConfig
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