Enum docker_api::api::service::opts::ServiceFilter [−][src]
This is supported on crate feature
swarm
only.Expand description
Filter Opts for services listings
Variants
Id(String)
Tuple Fields
0: String
Label(String)
Tuple Fields
0: String
ReplicatedMode
GlobalMode
Name(String)
Tuple Fields
0: String
Auto Trait Implementations
impl RefUnwindSafe for ServiceFilter
impl Send for ServiceFilter
impl Sync for ServiceFilter
impl Unpin for ServiceFilter
impl UnwindSafe for ServiceFilter
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