Enum rustorm::dao::Type [] [src]

pub enum Type {
    Bool,
    I8,
    I16,
    I32,
    I64,
    U8,
    U16,
    U32,
    U64,
    F32,
    F64,
    String,
    VecU8,
    Object,
    Json,
    Uuid,
    DateTime,
    NaiveDate,
    NaiveTime,
    NaiveDateTime,
}

supported generic datatypes for an ORM

Variants

Bool
I8
I16
I32
I64
U8
U16
U32
U64
F32
F64
String
VecU8
Object
Json
Uuid
DateTime
NaiveDate
NaiveTime
NaiveDateTime

Trait Implementations

Derived Implementations

impl Debug for Type

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Type

fn clone(&self) -> Type

fn clone_from(&mut self, source: &Self)

impl PartialEq for Type

fn eq(&self, __arg_0: &Type) -> bool

fn ne(&self, __arg_0: &Type) -> bool