pub struct OpenResponse {
pub connection_properties: HashMap<String, String>,
/* private fields */
}Fields§
§connection_properties: HashMap<String, String>Implementations§
Source§impl OpenResponse
impl OpenResponse
Source§impl OpenResponse
impl OpenResponse
Sourcepub fn connection_properties(&self) -> &HashMap<String, String>
pub fn connection_properties(&self) -> &HashMap<String, String>
Get a reference to the open response’s connection properties.