Type Alias diesel::dsl::IsNotDistinctFrom

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

The return type of lhs.is_not_distinct_from(rhs)

Aliased Type§

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

Fields§

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