pub type NotLikeBinary<Lhs, Rhs> = NotLike<Lhs, Rhs>;
👎Deprecated: Use
dsl::NotLike
insteadAvailable on crate feature
postgres_backend
only.Aliased 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>