Module row
tokio_
postgres
0.7.11
Module row
Module Items
Structs
Traits
In crate tokio_
postgres
Modules
binary_copy
config
error
row
tls
types
Structs
CancelToken
Client
Column
Connection
CopyBothDuplex
CopyInSink
CopyOutStream
Notification
Portal
RowStream
SimpleColumn
SimpleQueryStream
Socket
Statement
Transaction
TransactionBuilder
Enums
AsyncMessage
IsolationLevel
SimpleQueryMessage
Traits
GenericClient
ToStatement
Functions
connect
tokio_postgres
Module
row
Copy item path
Settings
Help
Summary
Source
Expand description
Rows.
Structs
§
Row
A row of data returned from the database by a query.
Simple
Query
Row
A row of data returned from the database by a simple query.
Traits
§
RowIndex
A trait implemented by types that can index into columns of a row.