Struct docker_api::api::task::opts::TaskListOptsBuilder [−][src]
pub struct TaskListOptsBuilder { /* fields omitted */ }
This is supported on crate feature
swarm
only.Expand description
A builder struct for TaskListOpts.
Implementations
Finish building TaskListOpts.
Filter listed tasks by variants of the enum.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TaskListOptsBuilder
impl Send for TaskListOptsBuilder
impl Sync for TaskListOptsBuilder
impl Unpin for TaskListOptsBuilder
impl UnwindSafe for TaskListOptsBuilder
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