Struct podman_api::models::ListContainerNamespaces
source · pub struct ListContainerNamespaces {
pub cgroup: Option<String>,
pub ipc: Option<String>,
pub mnt: Option<String>,
pub net: Option<String>,
pub pidns: Option<String>,
pub user: Option<String>,
pub uts: Option<String>,
}
Expand description
ListContainerNamespaces contains the identifiers of the container’s Linux namespaces
Fields§
§cgroup: Option<String>
Cgroup namespace
ipc: Option<String>
IPC namespace
mnt: Option<String>
Mount namespace
net: Option<String>
Network namespace
pidns: Option<String>
PID namespace
user: Option<String>
User namespace
uts: Option<String>
UTS namespace
Trait Implementations§
source§impl Clone for ListContainerNamespaces
impl Clone for ListContainerNamespaces
source§fn clone(&self) -> ListContainerNamespaces
fn clone(&self) -> ListContainerNamespaces
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 ListContainerNamespaces
impl Debug for ListContainerNamespaces
source§impl<'de> Deserialize<'de> for ListContainerNamespaces
impl<'de> Deserialize<'de> for ListContainerNamespaces
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<ListContainerNamespaces, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<ListContainerNamespaces, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ListContainerNamespaces> for ListContainerNamespaces
impl PartialEq<ListContainerNamespaces> for ListContainerNamespaces
source§fn eq(&self, other: &ListContainerNamespaces) -> bool
fn eq(&self, other: &ListContainerNamespaces) -> bool
source§impl Serialize for ListContainerNamespaces
impl Serialize for ListContainerNamespaces
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