Struct podman_api::opts::ContainerCommitOpts
source · pub struct ContainerCommitOpts { /* private fields */ }
Expand description
Adjust the way a new image is created from a container.
Implementations§
source§impl ContainerCommitOpts
impl ContainerCommitOpts
sourcepub fn builder() -> ContainerCommitOptsBuilder
pub fn builder() -> ContainerCommitOptsBuilder
Returns a new instance of a builder for ContainerCommitOpts.
Trait Implementations§
source§impl Clone for ContainerCommitOpts
impl Clone for ContainerCommitOpts
source§fn clone(&self) -> ContainerCommitOpts
fn clone(&self) -> ContainerCommitOpts
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 ContainerCommitOpts
impl Debug for ContainerCommitOpts
source§impl Default for ContainerCommitOpts
impl Default for ContainerCommitOpts
source§fn default() -> ContainerCommitOpts
fn default() -> ContainerCommitOpts
Returns the “default value” for a type. Read more