☰
SqlOrd
SqlOrd
Implementors
In diesel::sql_types
Modules
is_nullable
ops
Structs
Array
BigInt
Binary
Bool
Cidr
Date
Double
Float
Inet
Integer
Interval
Json
Jsonb
MacAddr
Money
Nullable
Numeric
Oid
Range
Record
SmallInt
Text
Time
Timestamp
Timestamptz
TinyInt
Untyped
Uuid
Traits
AllAreNullable
BoolOrNullableBool
Foldable
HasSqlType
IntoNotNullable
IntoNullable
MaybeNullableType
OneIsNullable
SingleValue
SqlOrd
SqlType
TypeMetadata
Type Aliases
BigSerial
Bpchar
Bytea
Daterange
Decimal
Int4range
Int8range
Macaddr
Numrange
Serial
SmallSerial
Tsrange
Tstzrange
VarChar
?
Trait
diesel
::
sql_types
::
SqlOrd
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>