Type Alias diesel::helper_types::NotILike
source · pub type NotILike<Lhs, Rhs> = Grouped<NotILike<Lhs, AsExprOf<Rhs, VarChar>>>;
Expand description
The return type of lhs.not_ilike(rhs)
Aliased Type§
struct NotILike<Lhs, Rhs>(pub NotILike<Lhs, <Rhs as AsExpression<Text>>::Expression>);
Fields§
§0: NotILike<Lhs, <Rhs as AsExpression<Text>>::Expression>