Struct docker_api::api::image::opts::PullOptsBuilder [−][src]
pub struct PullOptsBuilder { /* fields omitted */ }
Implementations
Name of the image to pull. The name may include a tag or digest.
This parameter may only be used when pulling an image.
If an untagged value is provided and no tag
is provided, all
tags will be pulled
The pull is cancelled if the HTTP connection is closed.
Repository name given to an image when it is imported. The repo may include a tag. This parameter may only be used when importing an image.
By default a latest
tag is added when calling
PullOptsBuilder::default.
Tag or digest. If empty when pulling an image, this causes all tags for the given image to be pulled.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PullOptsBuilder
impl Send for PullOptsBuilder
impl Sync for PullOptsBuilder
impl Unpin for PullOptsBuilder
impl UnwindSafe for PullOptsBuilder
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