Type Alias diesel::dsl::And

source ·
pub type And<Lhs, Rhs, ST = <Rhs as PreferredBoolSqlType>::PreferredSqlType> = Grouped<And<Lhs, AsExprOf<Rhs, ST>>>;
Expand description

The return type of lhs.and(rhs)

Aliased Type§

struct And<Lhs, Rhs, ST = <Rhs as PreferredBoolSqlType>::PreferredSqlType>(pub And<Lhs, <Rhs as AsExpression<ST>>::Expression>);

Fields§

§0: And<Lhs, <Rhs as AsExpression<ST>>::Expression>