Struct podman_api::opts::ManifestCreateOptsBuilder
source · pub struct ManifestCreateOptsBuilder { /* private fields */ }Expand description
A builder struct for ManifestCreateOpts.
Implementations§
source§impl ManifestCreateOptsBuilder
impl ManifestCreateOptsBuilder
Trait Implementations§
source§impl Clone for ManifestCreateOptsBuilder
impl Clone for ManifestCreateOptsBuilder
source§fn clone(&self) -> ManifestCreateOptsBuilder
fn clone(&self) -> ManifestCreateOptsBuilder
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 more