Struct podman_api::opts::ContainerCommitOptsBuilder [−][src]
pub struct ContainerCommitOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for ContainerCommitOpts.
Implementations
Finish building ContainerCommitOpts.
Author of the image
pub fn changes<I, S>(self, changes: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
pub fn changes<I, S>(self, changes: I) -> Self where
I: IntoIterator<Item = S>,
S: Into<String>,
Instructions to apply while committing in Dockerfile format (i.e. “CMD=/bin/foo”)
Format of the image manifest and metadata (default “oci”)
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ContainerCommitOptsBuilder
impl Send for ContainerCommitOptsBuilder
impl Sync for ContainerCommitOptsBuilder
impl Unpin for ContainerCommitOptsBuilder
impl UnwindSafe for ContainerCommitOptsBuilder
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