Module repr::adt::char[][src]

Structs

A rust type representing a PostgreSQL char type

Enums

Controls how to handle trailing whitespace at the end of bpchar data.

Constants

Functions

Returns s as a String with options to enforce char and varchar semantics.

Ensures that s has fewer than length characters, and returns a String version of it with blank padding so that its width is length characters.

Ensures that s has fewer than length characters, and returns a String version of it with all whitespace trimmed from the end.