Expected LegacyQueryResult.rows
to be None
, but it was Some
.
LegacyQueryResult.rows
is Some
for queries that can return rows (e.g SELECT
).
It is None
for queries that can’t return rows (e.g INSERT
).
source
. Read moreself
and other
values to be equal, and is used
by ==
.clone_to_uninit
)self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreself
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more