Enum docker_api::api::secret::opts::SecretFilter [−][src]
pub enum SecretFilter {
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 secret.
Tuple Fields of Id
0: String
LabelKey(String)
Label in the form of label=key
Tuple Fields of LabelKey
0: String
Label in the form of label=key=val
Name(String)
The name of the secret.
Tuple Fields of Name
0: String
Names(String)
Tuple Fields of Names
0: String
Auto Trait Implementations
impl RefUnwindSafe for SecretFilter
impl Send for SecretFilter
impl Sync for SecretFilter
impl Unpin for SecretFilter
impl UnwindSafe for SecretFilter
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