Struct docker_api::api::image::opts::RmImageOptsBuilder [−][src]
pub struct RmImageOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for RmImageOpts.
Implementations
Finish building RmImageOpts.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RmImageOptsBuilder
impl Send for RmImageOptsBuilder
impl Sync for RmImageOptsBuilder
impl Unpin for RmImageOptsBuilder
impl UnwindSafe for RmImageOptsBuilder
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