Struct podman_api_stubs::models::SecurityInfo [−][src]
pub struct SecurityInfo {
pub apparmor_enabled: Option<bool>,
pub capabilities: Option<String>,
pub rootless: Option<bool>,
pub seccomp_enabled: Option<bool>,
pub seccomp_profile_path: Option<String>,
pub selinux_enabled: Option<bool>,
}
Expand description
HostInfo describes the libpod host
Fields
apparmor_enabled: Option<bool>
capabilities: Option<String>
rootless: Option<bool>
seccomp_enabled: Option<bool>
seccomp_profile_path: Option<String>
selinux_enabled: Option<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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SecurityInfo
impl Send for SecurityInfo
impl Sync for SecurityInfo
impl Unpin for SecurityInfo
impl UnwindSafe for SecurityInfo
Blanket Implementations
Mutably borrows from an owned value. Read more