Type Alias diesel::dsl::NeAny

source ·
pub type NeAny<Lhs, Rhs> = Grouped<NotIn<Lhs, <Rhs as AsInExpression<SqlTypeOf<Lhs>>>::InExpression>>;
Expand description

The return type of lhs.ne_all(rhs)

Aliased Type§

struct NeAny<Lhs, Rhs>(pub NotIn<Lhs, <Rhs as AsInExpression<<Lhs as Expression>::SqlType>>::InExpression>);

Fields§

§0: NotIn<Lhs, <Rhs as AsInExpression<<Lhs as Expression>::SqlType>>::InExpression>