Type Alias diesel::helper_types::IsDistinctFrom

source ·
pub type IsDistinctFrom<Lhs, Rhs> = Grouped<IsDistinctFrom<Lhs, AsExpr<Rhs, Lhs>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.is_distinct_from(rhs)

Aliased Type§

struct IsDistinctFrom<Lhs, Rhs>(pub IsDistinctFrom<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>);

Fields§

§0: IsDistinctFrom<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>