Struct podman_api::opts::ContainerCreateOpts
source · pub struct ContainerCreateOpts { /* private fields */ }
Expand description
Adjust the created container.
Implementations§
source§impl ContainerCreateOpts
impl ContainerCreateOpts
sourcepub fn builder() -> ContainerCreateOptsBuilder
pub fn builder() -> ContainerCreateOptsBuilder
Returns a new instance of a builder for ContainerCreateOpts.
Trait Implementations§
source§impl Clone for ContainerCreateOpts
impl Clone for ContainerCreateOpts
source§fn clone(&self) -> ContainerCreateOpts
fn clone(&self) -> ContainerCreateOpts
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 moresource§impl Debug for ContainerCreateOpts
impl Debug for ContainerCreateOpts
source§impl Default for ContainerCreateOpts
impl Default for ContainerCreateOpts
source§fn default() -> ContainerCreateOpts
fn default() -> ContainerCreateOpts
Returns the “default value” for a type. Read more