Struct rd_agent_intf::args::EnforceConfig [−][src]
pub struct EnforceConfig { pub crit_mem_prot: bool, pub cpu: bool, pub mem: bool, pub io: bool, pub fs: bool, pub oomd: bool, }
Fields
crit_mem_prot: bool
cpu: bool
mem: bool
io: bool
fs: bool
oomd: bool
Implementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for EnforceConfig
impl Send for EnforceConfig
impl Sync for EnforceConfig
impl Unpin for EnforceConfig
impl UnwindSafe for EnforceConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V