Struct docker_api::api::volume::opts::VolumeCreateOptsBuilder [−][src]
pub struct VolumeCreateOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for VolumeCreateOpts.
Implementations
Finish building VolumeCreateOpts.
The new volume’s name. If not specified, Docker generates a name.
Name of the volume driver to use.
A mapping of driver options and values. These options are passed directly to the driver and are driver specific.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VolumeCreateOptsBuilder
impl Send for VolumeCreateOptsBuilder
impl Sync for VolumeCreateOptsBuilder
impl Unpin for VolumeCreateOptsBuilder
impl UnwindSafe for VolumeCreateOptsBuilder
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