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: boolcpu: boolmem: boolio: boolfs: booloomd: boolImplementations
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 EnforceConfigimpl Send for EnforceConfigimpl Sync for EnforceConfigimpl Unpin for EnforceConfigimpl UnwindSafe for EnforceConfigBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V