Enum podman_api::opts::PullPolicy
source · pub enum PullPolicy {
Always,
Missing,
Newer,
Never,
}Expand description
The networking mode for the run commands during image build.
Variants§
Trait Implementations§
source§impl AsRef<str> for PullPolicy
impl AsRef<str> for PullPolicy
source§impl Clone for PullPolicy
impl Clone for PullPolicy
source§fn clone(&self) -> PullPolicy
fn clone(&self) -> PullPolicy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more