Module futures
mysql_
async
0.34.1
Module futures
Module Items
Structs
In crate mysql_
async
Modules
binlog
consts
futures
params
prelude
Macros
params
Structs
BinaryProtocol
BinlogStream
BinlogStreamRequest
ChangeUserOpts
ClientIdentity
Column
Compression
Conn
Deserialized
FromRowError
FromValueError
GnoInterval
Gtids
Metrics
OkPacket
Opts
OptsBuilder
Pool
PoolConstraints
PoolOpts
QueryResult
QueryWithParams
ResultSetStream
Row
Schema
Serialized
ServerError
SessionStateInfo
Sid
SslOpts
Statement
SystemVariable
TextProtocol
Transaction
TransactionCharacteristics
TransactionState
TxOpts
Unsupported
WhiteListFsHandler
Enums
DriverError
Error
IoError
IsolationLevel
LocalInfileError
Params
ParseError
SessionStateChange
TlsError
UrlError
Value
Constants
DEFAULT_INACTIVE_CONNECTION_TTL
DEFAULT_POOL_CONSTRAINTS
DEFAULT_STMT_CACHE_SIZE
DEFAULT_TTL_CHECK_INTERVAL
Functions
from_row
from_row_opt
from_value
from_value_opt
Type Aliases
InfileData
Result
mysql_async
Module
futures
Copy item path
Settings
Help
Summary
Source
Expand description
Futures used in this crate
Structs
§
Disconnect
Pool
Future that disconnects this pool from a server and resolves to
()
.
GetConn
This future will take connection from a pool and resolve to
Conn
.