Type Alias diesel::dsl::AtTimeZone

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

The return type of expr.at_time_zone(tz)

Aliased Type§

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

Fields§

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