pub type PbOptionsWithSecret = OptionsWithSecret;
Aliased Type§
struct PbOptionsWithSecret {
pub options: HashMap<String, String>,
pub secret_refs: HashMap<String, SecretRef>,
}
Fields§
§options: HashMap<String, String>
§secret_refs: HashMap<String, SecretRef>