Module convert
mysql_
common
0.32.4
Module convert
Module Items
Structs
Traits
Functions
In mysql_
common::
row
Modules
convert
Structs
Row
RowDeserializer
Traits
ColumnIndex
Functions
new_row
mysql_common
::
row
Module
convert
Copy item path
Settings
Help
Summary
Source
Structs
§
From
RowError
FromRow
conversion error.
Traits
§
FromRow
Trait to convert
Row
into a tuple of
FromValue
implementors up to arity 12.
Functions
§
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