Struct sqlness::QueryContext
source · pub struct QueryContext {
pub context: HashMap<String, String>,
}Expand description
A String-to-String map used as query context.
Fields§
§context: HashMap<String, String>Trait Implementations§
source§impl Debug for QueryContext
impl Debug for QueryContext
source§impl Default for QueryContext
impl Default for QueryContext
source§fn default() -> QueryContext
fn default() -> QueryContext
Returns the “default value” for a type. Read more