Enum podman_api::opts::PullPolicy [−][src]
pub enum PullPolicy {
Always,
Missing,
Newer,
Never,
}
Expand description
The networking mode for the run commands during image build.
Variants
Always
Missing
Newer
Never
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PullPolicy
impl Send for PullPolicy
impl Sync for PullPolicy
impl Unpin for PullPolicy
impl UnwindSafe for PullPolicy
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