pub type PbConnectionParams = ConnectionParams;
Expand description
Alias for ConnectionParams
.
Aliased Type§
struct PbConnectionParams {
pub connection_type: i32,
pub properties: HashMap<String, String>,
pub secret_refs: HashMap<String, SecretRef>,
}
Fields§
§connection_type: i32
§properties: HashMap<String, String>
§secret_refs: HashMap<String, SecretRef>