Struct podman_api_stubs::models::PodBasicConfig [−][src]
pub struct PodBasicConfig {
pub hostname: Option<String>,
pub infra_command: Option<Vec<String>>,
pub infra_conmon_pid_file: Option<String>,
pub infra_image: Option<String>,
pub infra_name: Option<String>,
pub labels: Option<HashMap<String, String>>,
pub name: Option<String>,
pub no_infra: Option<bool>,
pub pidns: Option<Namespace>,
pub pod_create_command: Option<Vec<String>>,
pub shared_namespaces: Option<Vec<String>>,
pub userns: Option<Namespace>,
}
Fields
hostname: Option<String>
infra_command: Option<Vec<String>>
infra_conmon_pid_file: Option<String>
infra_image: Option<String>
infra_name: Option<String>
labels: Option<HashMap<String, String>>
name: Option<String>
no_infra: Option<bool>
pidns: Option<Namespace>
pod_create_command: Option<Vec<String>>
userns: Option<Namespace>
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PodBasicConfig
impl Send for PodBasicConfig
impl Sync for PodBasicConfig
impl Unpin for PodBasicConfig
impl UnwindSafe for PodBasicConfig
Blanket Implementations
Mutably borrows from an owned value. Read more