☰
not
not
In diesel::helper_types
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
Lt
LtEq
NeAny
NoWait
NotBetween
NotEq
NotLike
Nullable
NullableSelect
Offset
On
Or
OrFilter
Order
Select
SingleValue
SkipLocked
SqlTypeOf
ThenOrderBy
Union
UnionAll
Update
avg
exists
max
min
not
sum
?
Type Definition
diesel
::
helper_types
::
not
source
·
[
−
]
pub type not<Expr> = Not<Grouped<Expr>>;
Expand description
The return type of
not(expr)