Struct podman_api::opts::ImagePushOpts
source · pub struct ImagePushOpts { /* private fields */ }
Expand description
Adjust how an image is pushed to a registry.
Implementations§
source§impl ImagePushOpts
impl ImagePushOpts
Trait Implementations§
source§impl Debug for ImagePushOpts
impl Debug for ImagePushOpts
source§impl Default for ImagePushOpts
impl Default for ImagePushOpts
source§fn default() -> ImagePushOpts
fn default() -> ImagePushOpts
Returns the “default value” for a type. Read more