Struct docker_api::image::Image[][src]

pub struct Image<'docker> { /* fields omitted */ }
Expand description

Interface for accessing and manipulating a named docker image

Api Reference: https://docs.docker.com/engine/api/v1.41/#tag/Image

Implementations

Exports an interface for operations that may be performed against a named image

Inspects a named image’s details

Api Reference: https://docs.docker.com/engine/api/v1.41/#operation/ImageInspect

Lists the history of the images set of changes

Api Reference: https://docs.docker.com/engine/api/v1.41/#operation/ImageHistory

Export this image to a tarball

Api Reference: https://docs.docker.com/engine/api/v1.41/#operation/ImageGet

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.