diesel
2.2.4
SqlOrd
Implementors
In diesel::
sql_
types
diesel
::
sql_types
Trait
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<T>
SqlOrd
for
Nullable
<T>
where T:
SqlOrd
+
SqlType
<IsNull =
NotNull
>,