Struct podman_api::opts::ImageExportOpts [−][src]
pub struct ImageExportOpts { /* fields omitted */ }
Expand description
Adjust how an image is exported.
Implementations
Returns a new instance of a builder for ImageExportOpts.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ImageExportOpts
impl Send for ImageExportOpts
impl Sync for ImageExportOpts
impl Unpin for ImageExportOpts
impl UnwindSafe for ImageExportOpts
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