pub type NotLikeBinary<Lhs, Rhs> = NotLike<Lhs, Rhs>;
👎Deprecated: Use
dsl::NotLike
insteadAliased Type§
struct NotLikeBinary<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>