Struct docker_api::api::image::opts::BuildOpts [−][src]
pub struct BuildOpts {
pub path: PathBuf,
// some fields omitted
}
Fields
path: PathBuf
Implementations
return a new instance of a builder for Opts path is expected to be a file path to a directory containing a Dockerfile describing how to build a Docker image
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BuildOpts
impl UnwindSafe for BuildOpts
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