initSidebarItems({"enum":[["DriverError",""],["Error",""],["IsolationLevel",""],["Params",""],["ServerError","Server error codes (u16)"],["UrlError",""],["Value","`Value` enumerates possible values in mysql cells. Also `Value` used to fill prepared statements."]],"fn":[["from_row","Will *panic* if could not convert `row` to `T`."],["from_row_opt","Will return `Err(row)` if could not convert `row` to `T`"],["from_value","Will panic if could not convert `v` to `T`"],["from_value_opt","Will return `Err(v)` if could not convert `v` to `T`"]],"macro":[["params!",""]],"mod":[["conn",""],["consts",""],["error",""],["value",""]],"struct":[["Column","Mysql `Column`."],["Conn","Mysql connection."],["MySqlError",""],["Opts","Mysql connection options."],["OptsBuilder","Provides a way to build `Opts`."],["Pool","`Pool` serves to provide you with a `PooledConn`'s. However you can prepare statements directly on `Pool` without invoking `Pool::get_conn`."],["PooledConn","Pooled mysql connection which will return to the pool on `drop`."],["QueryResult","Mysql result set for text and binary protocols."],["Row","Mysql row representation."],["Stmt","Mysql prepared statement."],["Transaction",""]],"trait":[["ConvIr","Basic operations on `FromValue` conversion intermediate result."],["FromRow","Trait to convert `Row` into tuple of `FromValue` implementors up to arity 12."],["FromValue","Implement this trait to convert value to something."],["ToValue",""]],"type":[["Result",""]]});