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.
LabelKey(String)Label in the form of label=key
Label in the form of label=key=val
Name(String)The name of the secret.
Names(String)Auto Trait Implementations
impl RefUnwindSafe for SecretFilterimpl Send for SecretFilterimpl Sync for SecretFilterimpl Unpin for SecretFilterimpl UnwindSafe for SecretFilter