Struct podman_api::opts::ImageImportOptsBuilder [−][src]
pub struct ImageImportOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for ImageImportOpts.
Implementations
Finish building ImageImportOpts.
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>,
Apply the following possible instructions to the created image: CMD | ENTRYPOINT | ENV | EXPOSE | LABEL | STOPSIGNAL | USER | VOLUME | WORKDIR.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ImageImportOptsBuilder
impl Send for ImageImportOptsBuilder
impl Sync for ImageImportOptsBuilder
impl Unpin for ImageImportOptsBuilder
impl UnwindSafe for ImageImportOptsBuilder
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