pub struct SkillsSettings {
pub block_unaudited: Option<bool>,
pub scan_on_install: Option<bool>,
pub ioc_check_enabled: Option<bool>,
}Fields§
§block_unaudited: Option<bool>§scan_on_install: Option<bool>§ioc_check_enabled: Option<bool>Trait Implementations§
Source§impl Clone for SkillsSettings
impl Clone for SkillsSettings
Source§fn clone(&self) -> SkillsSettings
fn clone(&self) -> SkillsSettings
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 SkillsSettings
impl Debug for SkillsSettings
Source§impl Default for SkillsSettings
impl Default for SkillsSettings
Source§fn default() -> SkillsSettings
fn default() -> SkillsSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SkillsSettingswhere
SkillsSettings: Default,
impl<'de> Deserialize<'de> for SkillsSettingswhere
SkillsSettings: 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 SkillsSettings
impl PartialEq for SkillsSettings
Source§fn eq(&self, other: &SkillsSettings) -> bool
fn eq(&self, other: &SkillsSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SkillsSettings
impl Serialize for SkillsSettings
impl StructuralPartialEq for SkillsSettings
Auto Trait Implementations§
impl Freeze for SkillsSettings
impl RefUnwindSafe for SkillsSettings
impl Send for SkillsSettings
impl Sync for SkillsSettings
impl Unpin for SkillsSettings
impl UnsafeUnpin for SkillsSettings
impl UnwindSafe for SkillsSettings
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