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 SmallIntimpl SqlOrd for Integerimpl SqlOrd for BigIntimpl SqlOrd for Floatimpl SqlOrd for Doubleimpl SqlOrd for Textimpl SqlOrd for Dateimpl SqlOrd for Intervalimpl SqlOrd for Timeimpl SqlOrd for Timestampimpl<T: SqlOrd + NotNull> SqlOrd for Nullable<T>impl<T: SqlOrd> SqlOrd for Array<T>