Type Alias diesel::helper_types::NotSimilarTo

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

The return type of lhs.not_similar_to(rhs)

Aliased Type§

struct NotSimilarTo<Lhs, Rhs>(pub NotSimilarTo<Lhs, <Rhs as AsExpression<Text>>::Expression>);

Fields§

§0: NotSimilarTo<Lhs, <Rhs as AsExpression<Text>>::Expression>