Enum sea_query::table::ColumnType [−][src]
pub enum ColumnType {}Show variants
Char(Option<u32>), String(Option<u32>), Text, TinyInteger(Option<u32>), SmallInteger(Option<u32>), Integer(Option<u32>), BigInteger(Option<u32>), Float(Option<u32>), Double(Option<u32>), Decimal(Option<(u32, u32)>), DateTime(Option<u32>), Timestamp(Option<u32>), Time(Option<u32>), Date, Binary(Option<u32>), Boolean, Money(Option<(u32, u32)>), Json, JsonBinary, Custom(DynIden),
Expand description
All column types
Variants
Custom(DynIden)
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ColumnType
impl !Send for ColumnType
impl !Sync for ColumnType
impl Unpin for ColumnType
impl !UnwindSafe for ColumnType
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V