Struct podman_api::opts::ContainerCommitOpts [−][src]
pub struct ContainerCommitOpts { /* fields omitted */ }
Expand description
Adjust the way a new image is created from a container.
Implementations
Returns a new instance of a builder for ContainerCommitOpts.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ContainerCommitOpts
impl Send for ContainerCommitOpts
impl Sync for ContainerCommitOpts
impl Unpin for ContainerCommitOpts
impl UnwindSafe for ContainerCommitOpts
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more