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