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