Struct docker_api::api::container::models::ContainerInfo [−][src]
pub struct ContainerInfo {Show 13 fields
pub created: DateTime<Utc>,
pub command: String,
pub id: String,
pub image: String,
pub image_id: String,
pub labels: Labels,
pub names: Vec<String>,
pub ports: Vec<Port>,
pub state: ContainerStatus,
pub status: String,
pub size_rw: Option<i64>,
pub size_root_fs: Option<i64>,
pub mounts: Option<Vec<Mount>>,
}
Fields
created: DateTime<Utc>
command: String
id: String
image: String
image_id: String
labels: Labels
names: Vec<String>
ports: Vec<Port>
state: ContainerStatus
status: String
size_rw: Option<i64>
size_root_fs: Option<i64>
mounts: Option<Vec<Mount>>
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 ContainerInfo
impl Send for ContainerInfo
impl Sync for ContainerInfo
impl Unpin for ContainerInfo
impl UnwindSafe for ContainerInfo
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