diesel
1.4.8
SqlOrd
Implementors
In diesel::
sql_
types
diesel
::
sql_types
Trait
SqlOrd
Copy item path
Source
pub trait SqlOrd { }
Expand description
Marker trait for types which can be used with
MAX
and
MIN
Implementors
§
Source
§
impl
SqlOrd
for
Timestamptz
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>
Source
§
impl<T:
SqlOrd
>
SqlOrd
for
Array
<T>