Enum docker_api::api::plugin::opts::PluginFilter [−][src]
pub enum PluginFilter {
Capability(String),
Enable,
Disable,
}
This is supported on crate feature
swarm
only.Variants
Capability(String)
Tuple Fields
0: String
Enable
Disable
Auto Trait Implementations
impl RefUnwindSafe for PluginFilter
impl Send for PluginFilter
impl Sync for PluginFilter
impl Unpin for PluginFilter
impl UnwindSafe for PluginFilter
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