pub type ImagesPullResponseLibpod = LibpodImagesPullReport;Aliased Type§
pub struct ImagesPullResponseLibpod {
pub error: Option<String>,
pub id: Option<String>,
pub images: Option<Vec<String>>,
pub stream: Option<String>,
}Fields§
§error: Option<String>Error contains text of errors from c/image
id: Option<String>ID contains image id (retained for backwards compatibility)
images: Option<Vec<String>>Images contains the ID’s of the images pulled
stream: Option<String>Stream used to provide output from c/image