Type Alias diesel::dsl::NotLikeBinary

source ·
pub type NotLikeBinary<Lhs, Rhs> = Grouped<NotLikeBinary<Lhs, AsExprOf<Rhs, Binary>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.remove_by_path(rhs)

Aliased Type§

struct NotLikeBinary<Lhs, Rhs>(pub NotLikeBinary<Lhs, <Rhs as AsExpression<Binary>>::Expression>);

Fields§

§0: NotLikeBinary<Lhs, <Rhs as AsExpression<Binary>>::Expression>