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: Vec<Port>,
pub size_rw: Option<i64>,
pub size_root_fs: Option<i64>,
pub labels: Option<Labels>,
pub state: String,
pub status: String,
pub host_config: SummaryHostConfig,
pub network_settings: SummaryNetworkSettings,
pub mounts: Vec<MountPoint>,
}Fields
id: Stringnames: Vec<String>image: Stringimage_id: Stringcommand: Stringcreated: i64ports: Vec<Port>size_rw: Option<i64>size_root_fs: Option<i64>labels: Option<Labels>state: Stringstatus: Stringhost_config: SummaryHostConfignetwork_settings: SummaryNetworkSettingsmounts: 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