Type Alias diesel::dsl::NotLikeBinary

source ·
pub type NotLikeBinary<Lhs, Rhs> = NotLike<Lhs, Rhs>;
👎Deprecated: Use dsl::NotLike instead
Available 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>