Struct podman_api::opts::PullOptsBuilder [−][src]
pub struct PullOptsBuilder { /* fields omitted */ }
Implementations
Pull all tagged images in the repository.
username:password for the registry.
Image pull policy.
Require TLS verification.
Trait Implementations
Returns the “default value” for a type. Read more
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