Struct docker_api::api::system::models::ContainerSummary [−][src]
pub struct ContainerSummary {Show 15 fields
pub id: String,
pub names: Vec<String>,
pub image: String,
pub image_id: String,
pub command: String,
pub created: i64,
pub ports: Option<Vec<Port>>,
pub size_rw: Option<i64>,
pub size_root_fs: Option<i64>,
pub labels: Option<Labels>,
pub state: ContainerStatus,
pub status: String,
pub host_config: SummaryHostConfig,
pub network_settings: Option<SummaryNetworkSettings>,
pub mounts: Option<Vec<MountPoint>>,
}
Fields
id: String
names: Vec<String>
image: String
image_id: String
command: String
created: i64
ports: Option<Vec<Port>>
size_rw: Option<i64>
size_root_fs: Option<i64>
labels: Option<Labels>
state: ContainerStatus
status: String
host_config: SummaryHostConfig
network_settings: Option<SummaryNetworkSettings>
mounts: Option<Vec<MountPoint>>
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 ContainerSummary
impl Send for ContainerSummary
impl Sync for ContainerSummary
impl Unpin for ContainerSummary
impl UnwindSafe for ContainerSummary
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