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