Struct podman_api::models::ListContainerNamespaces [−][src]
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
ListContainer Namespaces 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
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<ListContainerNamespaces, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub 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
Auto Trait Implementations
impl RefUnwindSafe for ListContainerNamespaces
impl Send for ListContainerNamespaces
impl Sync for ListContainerNamespaces
impl Unpin for ListContainerNamespaces
impl UnwindSafe for ListContainerNamespaces
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more