Type Alias PullOptions

Source
pub type PullOptions = PullOptions;
👎Deprecated since 0.8.0: Please use docker_sdk::image::PullOptions. This will be removed in 0.9.0.

Aliased Type§

pub struct PullOptions { /* private fields */ }

Implementations

Source§

impl PullOptions

Source

pub fn builder() -> PullOptionsBuilder

return a new instance of a builder for options

Source

pub fn serialize(&self) -> Option<String>

serialize options as a string. returns None if no options are defined

Trait Implementations

Source§

impl Debug for PullOptions

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for PullOptions

Source§

fn default() -> PullOptions

Returns the “default value” for a type. Read more