Struct docker_api::api::container::models::ContainerDetails [−][src]
pub struct ContainerDetails {Show 25 fields
pub id: String,
pub created: DateTime<Utc>,
pub path: String,
pub args: Vec<String>,
pub state: ContainerState,
pub image: String,
pub resolv_conf_path: String,
pub hostname_path: String,
pub hosts_path: String,
pub log_path: String,
pub name: String,
pub restart_count: i64,
pub driver: String,
pub platform: String,
pub mount_label: String,
pub process_label: String,
pub app_armor_profile: String,
pub exec_ids: Option<Vec<String>>,
pub host_config: HostConfig,
pub graph_driver: DriverData,
pub size_rw: Option<i64>,
pub size_root_fs: Option<i64>,
pub mounts: Vec<MountPoint>,
pub config: ContainerConfig,
pub network_settings: NetworkSettings,
}Fields
id: Stringcreated: DateTime<Utc>path: Stringargs: Vec<String>state: ContainerStateimage: Stringresolv_conf_path: Stringhostname_path: Stringhosts_path: Stringlog_path: Stringname: Stringrestart_count: i64driver: Stringplatform: Stringmount_label: Stringprocess_label: Stringapp_armor_profile: Stringexec_ids: Option<Vec<String>>host_config: HostConfiggraph_driver: DriverDatasize_rw: Option<i64>size_root_fs: Option<i64>mounts: Vec<MountPoint>config: ContainerConfignetwork_settings: NetworkSettingsTrait 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 ContainerDetails
impl Send for ContainerDetails
impl Sync for ContainerDetails
impl Unpin for ContainerDetails
impl UnwindSafe for ContainerDetails
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