pub struct ApplicationsPluginConfig {
pub run_cache_weeks: u8,
pub show_execs: bool,
pub show_actions_submenu: bool,
}
Fields§
§run_cache_weeks: u8
§show_execs: bool
Trait 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 · Source§const fn clone_from(&mut self, source: &Self)
const 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<'de> Deserialize<'de> for ApplicationsPluginConfigwhere
ApplicationsPluginConfig: Default,
impl<'de> Deserialize<'de> for ApplicationsPluginConfigwhere
ApplicationsPluginConfig: Default,
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
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 ==
.Source§impl Serialize for ApplicationsPluginConfig
impl Serialize 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 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