Type Alias diesel::helper_types::NotEq

source ·
pub type NotEq<Lhs, Rhs> = Grouped<NotEq<Lhs, AsExpr<Rhs, Lhs>>>;
Expand description

The return type of lhs.ne(rhs)

Aliased Type§

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

Fields§

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