Struct podman_autogen_api::models::security_info::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 : 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>
Implementations§
source§impl SecurityInfo
impl SecurityInfo
sourcepub fn new() -> SecurityInfo
pub fn new() -> SecurityInfo
SecurityInfo describes the libpod host
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 Default for SecurityInfo
impl Default for SecurityInfo
source§fn default() -> SecurityInfo
fn default() -> SecurityInfo
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SecurityInfo
impl<'de> Deserialize<'de> for SecurityInfo
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
source§impl PartialEq for SecurityInfo
impl PartialEq for SecurityInfo
source§fn eq(&self, other: &SecurityInfo) -> bool
fn eq(&self, other: &SecurityInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SecurityInfo
impl Serialize for SecurityInfo
impl StructuralPartialEq for SecurityInfo
Auto Trait Implementations§
impl Freeze for SecurityInfo
impl RefUnwindSafe for SecurityInfo
impl Send for SecurityInfo
impl Sync for SecurityInfo
impl Unpin for SecurityInfo
impl UnwindSafe for SecurityInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)