Struct podman_api_stubs::models::NamespaceMode [−][src]
pub struct NamespaceMode {}
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
Auto Trait Implementations
impl RefUnwindSafe for NamespaceMode
impl Send for NamespaceMode
impl Sync for NamespaceMode
impl Unpin for NamespaceMode
impl UnwindSafe for NamespaceMode
Blanket Implementations
Mutably borrows from an owned value. Read more