☰
SqlOrd
SqlOrd
Implementors
In diesel::sql_types
Modules
ops
Structs
BigInt
Binary
Bool
Date
Double
Float
Integer
Interval
Nullable
Numeric
SmallInt
Text
Time
Timestamp
TinyInt
Traits
Foldable
HasSqlType
IntoNullable
NotNull
SingleValue
SqlOrd
TypeMetadata
Type Definitions
Decimal
VarChar
?
Trait
diesel
::
sql_types
::
SqlOrd
source
·
[
−
]
pub trait SqlOrd { }
Expand description
Marker trait for types which can be used with
MAX
and
MIN
Implementors
source
impl
SqlOrd
for
BigInt
source
impl
SqlOrd
for
Date
source
impl
SqlOrd
for
Double
source
impl
SqlOrd
for
Float
source
impl
SqlOrd
for
Integer
source
impl
SqlOrd
for
Interval
source
impl
SqlOrd
for
SmallInt
source
impl
SqlOrd
for
Text
source
impl
SqlOrd
for
Time
source
impl
SqlOrd
for
Timestamp
source
impl<T:
SqlOrd
+
NotNull
>
SqlOrd
for
Nullable
<T>