pub struct SystemInfoHostSecurity {
pub apparmor_enabled: bool,
pub capabilities: String,
pub rootless: bool,
pub seccomp_enabled: bool,
pub seccomp_profile_path: String,
pub selinux_enabled: bool,
}
Fields§
§apparmor_enabled: bool
§capabilities: String
§rootless: bool
§seccomp_enabled: bool
§seccomp_profile_path: String
§selinux_enabled: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SystemInfoHostSecurity
impl<'de> Deserialize<'de> for SystemInfoHostSecurity
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
Auto Trait Implementations§
impl Freeze for SystemInfoHostSecurity
impl RefUnwindSafe for SystemInfoHostSecurity
impl Send for SystemInfoHostSecurity
impl Sync for SystemInfoHostSecurity
impl Unpin for SystemInfoHostSecurity
impl UnwindSafe for SystemInfoHostSecurity
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