diesel
2.0.4
SqlOrd
Implementors
In diesel::sql_types
Trait
diesel
::
sql_types
::
SqlOrd
Copy item path
source
·
[
−
]
pub trait SqlOrd:
SqlType
{ }
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
SqlOrd
for
Timestamptz
source
§
impl<T>
SqlOrd
for
Nullable
<T>
where T:
SqlOrd
+
SqlType
<IsNull =
NotNull
>,
source
§
impl<T:
SqlOrd
>
SqlOrd
for
Array
<T>