Enum postgres_shared::types::Kind [−][src]
Represents the kind of a Postgres type.
Variants
Simple
A simple type like VARCHAR
or INTEGER
.
Enum(Vec<String>)
An enumerated type along with its variants.
Pseudo
A pseudo-type.
Array(Type)
An array type along with the type of its elements.
Range(Type)
A range type along with the type of its elements.
Domain(Type)
A domain type along with its underlying type.
Composite(Vec<Field>)
A composite type along with information about its fields.
Trait Implementations
impl Debug for Kind
[src]
[+]
impl Debug for Kind
impl Clone for Kind
[src]
[+]
impl Clone for Kind
impl PartialEq for Kind
[src]
[+]
impl PartialEq for Kind
impl Eq for Kind
[src]
impl Eq for Kind