Struct podman_api::models::SecurityInfo
source · 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
SecurityInfo 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>
Trait Implementations§
source§impl Clone for SecurityInfo
impl Clone for SecurityInfo
source§fn clone(&self) -> SecurityInfo
fn clone(&self) -> SecurityInfo
Returns a copy of the value. Read more
1.0.0 · 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 SecurityInfo
impl Debug for SecurityInfo
source§impl<'de> Deserialize<'de> for SecurityInfo
impl<'de> Deserialize<'de> for SecurityInfo
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<SecurityInfo, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<SecurityInfo, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<SecurityInfo> for SecurityInfo
impl PartialEq<SecurityInfo> for SecurityInfo
source§fn eq(&self, other: &SecurityInfo) -> bool
fn eq(&self, other: &SecurityInfo) -> bool
source§impl Serialize for SecurityInfo
impl Serialize for SecurityInfo
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more