Trait diesel::sql_types::SqlOrd [−][src]
pub trait SqlOrd { }
Marker trait for types which can be used with MAX
and MIN
Implementors
impl SqlOrd for SmallInt
impl SqlOrd for Integer
impl SqlOrd for BigInt
impl SqlOrd for Float
impl SqlOrd for Double
impl SqlOrd for Text
impl SqlOrd for Date
impl SqlOrd for Interval
impl SqlOrd for Time
impl SqlOrd for Timestamp
impl<T: SqlOrd + NotNull> SqlOrd for Nullable<T>
impl<T: SqlOrd> SqlOrd for Array<T>