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 moreSource§impl Debug for PullPolicy
impl Debug for PullPolicy
Source§impl Default for PullPolicy
impl Default for PullPolicy
Source§fn default() -> PullPolicy
fn default() -> PullPolicy
Returns the “default value” for a type. Read more
Source§impl Display for PullPolicy
impl Display for PullPolicy
Source§impl PartialEq for PullPolicy
impl PartialEq for PullPolicy
impl Eq for PullPolicy
impl StructuralPartialEq for PullPolicy
Auto Trait Implementations§
impl Freeze for PullPolicy
impl RefUnwindSafe for PullPolicy
impl Send for PullPolicy
impl Sync for PullPolicy
impl Unpin for PullPolicy
impl UnwindSafe for PullPolicy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more