Enum docker_api::api::config::opts::ConfigFilter [−][src]
pub enum ConfigFilter {
Id(String),
LabelKey(String),
Label(String, String),
Name(String),
Names(String),
}This is supported on crate feature
swarm only.Variants
Id(String)The ID of the config.
Tuple Fields of Id
0: StringLabelKey(String)Label in the form of label=key
Tuple Fields of LabelKey
0: StringLabel in the form of label=key=val
Name(String)The name of the config.
Tuple Fields of Name
0: StringNames(String)Tuple Fields of Names
0: StringAuto Trait Implementations
impl RefUnwindSafe for ConfigFilter
impl Send for ConfigFilter
impl Sync for ConfigFilter
impl Unpin for ConfigFilter
impl UnwindSafe for ConfigFilter
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