Enum rustorm::types::ArrayType
[−]
[src]
pub enum ArrayType { Bool, Tinyint, Smallint, Int, Bigint, Real, Float, Double, Numeric, Char, Varchar, Tinytext, Mediumtext, Text, Uuid, Date, Timestamp, TimestampTz, Enum(String, Vec<String>), }
Variants
Bool
Tinyint
Smallint
Int
Bigint
Real
Float
Double
Numeric
Char
Varchar
Tinytext
Mediumtext
Text
Uuid
Date
Timestamp
TimestampTz
Enum(String, Vec<String>)
Trait Implementations
impl Debug for ArrayType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for ArrayType
[src]
fn eq(&self, __arg_0: &ArrayType) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ArrayType) -> bool
[src]
This method tests for !=
.