☰
Desc
Desc
In diesel::dsl
Structs
now
Functions
avg
count
count_star
date
delete
exists
insert_into
insert_or_ignore_into
max
min
not
replace_into
select
sql
sql_query
sum
update
Type Definitions
And
AsExpr
AsExprOf
Asc
Between
Desc
Distinct
Eq
EqAny
Escape
Filter
Find
FindBy
ForKeyShare
ForNoKeyUpdate
ForShare
ForUpdate
Gt
GtEq
InnerJoin
IntoBoxed
IsNotNull
IsNull
LeftJoin
Like
Limit
Lt
LtEq
NeAny
NoWait
Not
NotBetween
NotEq
NotLike
Nullable
NullableSelect
Offset
Or
OrFilter
Order
Select
SingleValue
SkipLocked
SqlTypeOf
ThenOrderBy
Update
avg
count
count_star
date
max
min
not
sum
?
Type Definition
diesel
::
dsl
::
Desc
source
·
[
−
]
pub type Desc<Expr> = Desc<Expr>;
Expand description
The return type of
expr.desc()