☰
Type Definition Nullable
Other items 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
DistinctOn
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
ayu
dark
light
All crates
aho_corasick
bigdecimal
bitflags
byteorder
cfg_if
chrono
diesel
diesel_derives
diesel_migrations
env_logger
idna
instant
ipnetwork
itoa
kernel32
libc
libsqlite3_sys
lock_api
log
matches
memchr
migrations_internals
migrations_macros
mysqlclient_sys
num_bigint
num_integer
num_traits
parking_lot
parking_lot_core
percent_encoding
pq_sys
proc_macro2
quickcheck
quote
r2d2
regex
regex_syntax
ryu
scheduled_thread_pool
scopeguard
serde
serde_derive
serde_json
smallvec
syn
thread_id
thread_local
time
tinyvec
tinyvec_macros
unicode_bidi
unicode_normalization
unicode_xid
url
utf8_ranges
uuid
winapi
?
Type Definition
diesel
::
dsl
::
Nullable
[
−
]
[src]
pub type Nullable<Expr> = Nullable<Expr>;
Expand description
The return type of
expr.nullable()