☰
not
not
In diesel::dsl
Structs
CountDistinct
CountStar
now
today
Functions
avg
count
count_distinct
count_star
date
delete
exists
insert_into
insert_or_ignore_into
max
min
not
replace_into
select
sql
sql_query
sum
update
Type Definitions
AliasedFields
And
AsExpr
AsExprOf
AsSelect
Asc
AssumeNotNull
BareSelect
Between
Concat
Desc
Distinct
Eq
EqAny
Escape
Except
ExceptAll
Filter
Find
FindBy
ForKeyShare
ForNoKeyUpdate
ForShare
ForUpdate
GroupBy
Gt
GtEq
Having
InnerJoin
InnerJoinOn
InnerJoinQuerySource
Intersect
IntersectAll
IntoBoxed
IsNotNull
IsNull
LeftJoin
LeftJoinOn
LeftJoinQuerySource
Like
Limit
LoadIter
Lt
LtEq
NeAny
NoWait
NotBetween
NotEq
NotLike
Nullable
NullableSelect
Offset
On
Or
OrFilter
Order
Select
SingleValue
SkipLocked
SqlTypeOf
ThenOrderBy
Union
UnionAll
Update
avg
count
count_distinct
count_star
date
exists
max
min
not
sum
?
Type Definition
diesel
::
dsl
::
not
source
·
[
−
]
pub type not<Expr> = Not<Grouped<Expr>>;
Expand description
The return type of
not(expr)