Struct podman_api_stubs::models::InlineResponse2002 [−][src]
pub struct InlineResponse2002 {Show 26 fields
pub app_armor_profile: Option<String>,
pub args: Option<Vec<String>>,
pub config: Option<Config>,
pub created: Option<String>,
pub driver: Option<String>,
pub exec_i_ds: Option<Vec<String>>,
pub graph_driver: Option<GraphDriverData>,
pub host_config: Option<HostConfig>,
pub hostname_path: Option<String>,
pub hosts_path: Option<String>,
pub id: Option<String>,
pub image: Option<String>,
pub log_path: Option<String>,
pub mount_label: Option<String>,
pub mounts: Option<Vec<MountPoint>>,
pub name: Option<String>,
pub network_settings: Option<NetworkSettings>,
pub node: Option<ContainerNode>,
pub path: Option<String>,
pub platform: Option<String>,
pub process_label: Option<String>,
pub resolv_conf_path: Option<String>,
pub restart_count: Option<i64>,
pub size_root_fs: Option<i64>,
pub size_rw: Option<i64>,
pub state: Option<ContainerState>,
}
Fields
app_armor_profile: Option<String>
args: Option<Vec<String>>
config: Option<Config>
created: Option<String>
driver: Option<String>
exec_i_ds: Option<Vec<String>>
graph_driver: Option<GraphDriverData>
host_config: Option<HostConfig>
hostname_path: Option<String>
hosts_path: Option<String>
id: Option<String>
image: Option<String>
log_path: Option<String>
mount_label: Option<String>
mounts: Option<Vec<MountPoint>>
name: Option<String>
network_settings: Option<NetworkSettings>
node: Option<ContainerNode>
path: Option<String>
platform: Option<String>
process_label: Option<String>
resolv_conf_path: Option<String>
restart_count: Option<i64>
size_root_fs: Option<i64>
size_rw: Option<i64>
state: Option<ContainerState>
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 InlineResponse2002
impl Send for InlineResponse2002
impl Sync for InlineResponse2002
impl Unpin for InlineResponse2002
impl UnwindSafe for InlineResponse2002
Blanket Implementations
Mutably borrows from an owned value. Read more