Expand description
Postgres COPY ... FROM STDIN text-format serialization.
Macrosยง
- copy_
field_ ๐float - copy_
field_ ๐int
Structsยง
- CopyRow
- Encodes rows in Postgres
COPY ... FROM STDINtext format.
Traitsยง
- Copy
Field - A value encodable as a
COPYtext-format field. - Copy
Insert - A row type that can stream itself into a Postgres
COPY ... FROM STDINtext sink.
Functionsยง
- encode_
display ๐ - encode_
text ๐ - to_json
- Serialize a value to a JSON
serde_json::Value, falling back toNullon error.