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