Structs§
- A marker type indicating that a Rust string should be interpreted as a
ScalarType::Char
. - The
length
of aScalarType::Char
. - The error returned when constructing a
CharLength
from an invalid value.
Enums§
- Controls how to handle trailing whitespace at the end of bpchar data.
Constants§
Functions§
- Returns
s
as aString
with options to enforce char and varchar semantics. - Ensures that
s
has fewer thanlength
characters, and returns aString
version of it with blank padding so that its width islength
characters. - Ensures that
s
has fewer thanlength
characters, and returns aString
version of it with all whitespace trimmed from the end.