Structs§
- SerMap
PgRow - SerMapPgRow::from(pg_row) will make your row serialize as a map. If you have multiple columns with the same name, the last one will win.
- SerPg
Value Ref - SerPgValueRef::from(pg_value_ref) will make your value serialize as its closest serde type.
- SerVec
PgRow - SerVecPgRow::from(pg_row) will make your row serialize as a vector.
Functions§
- read_
header - read_
row - serialize_
pgrow_ as_ map - Can be used with serialize_with
- serialize_
pgrow_ as_ vec - Can be used with serialize_with
- serialize_
pgvalueref - Can be used with serialize_with