Struct diesel::pg::types::sql_types::Timestamptz [−][src]
The "timestamp with time zone" SQL type, which PostgreSQL abbreviates
to timestamptz
.
ToSql
impls
PgTimestamp
chrono::NaiveDateTime
withfeature = "chrono"
chrono::DateTime
withfeature = "chrono"
FromSql
impls
PgTimestamp
chrono::NaiveDateTime
withfeature = "chrono"
chrono::DateTime
withfeature = "chrono"
Trait Implementations
impl AsExpression<Timestamptz> for now
[src]
[+]
impl AsExpression<Timestamptz> for now
impl FromSql<Timestamptz, Pg> for NaiveDateTime
[src]
[+]
impl FromSql<Timestamptz, Pg> for NaiveDateTime
impl ToSql<Timestamptz, Pg> for NaiveDateTime
[src]
[+]
impl ToSql<Timestamptz, Pg> for NaiveDateTime
impl FromSql<Timestamptz, Pg> for DateTime<Utc>
[src]
[+]
impl FromSql<Timestamptz, Pg> for DateTime<Utc>
impl<TZ: TimeZone> ToSql<Timestamptz, Pg> for DateTime<TZ>
[src]
[+]
impl<TZ: TimeZone> ToSql<Timestamptz, Pg> for DateTime<TZ>
impl<'expr> AsExpression<Timestamptz> for &'expr PgTimestamp
[src]
[+]
impl<'expr> AsExpression<Timestamptz> for &'expr PgTimestamp
impl<'expr2, 'expr> AsExpression<Timestamptz> for &'expr2 &'expr PgTimestamp
[src]
[+]
impl<'expr2, 'expr> AsExpression<Timestamptz> for &'expr2 &'expr PgTimestamp
impl AsExpression<Timestamptz> for PgTimestamp
[src]
[+]
impl AsExpression<Timestamptz> for PgTimestamp
impl ToSql<Timestamptz, Pg> for PgTimestamp
[src]
[+]
impl ToSql<Timestamptz, Pg> for PgTimestamp
impl FromSql<Timestamptz, Pg> for PgTimestamp
[src]
[+]
impl FromSql<Timestamptz, Pg> for PgTimestamp
impl QueryId for Timestamptz
[src]
[+]
impl QueryId for Timestamptz
impl NotNull for Timestamptz
[src]
impl NotNull for Timestamptz
impl SingleValue for Timestamptz
[src]
impl SingleValue for Timestamptz
impl HasSqlType<Timestamptz> for Pg
[src]
[+]
impl HasSqlType<Timestamptz> for Pg
impl Debug for Timestamptz
[src]
[+]
impl Debug for Timestamptz
impl Clone for Timestamptz
[src]
[+]
impl Clone for Timestamptz
impl Copy for Timestamptz
[src]
impl Copy for Timestamptz
impl Default for Timestamptz
[src]
[+]
impl Default for Timestamptz
impl Add for Timestamptz
[src]
impl Add for Timestamptz
type Rhs = Interval
The SQL type which can be added to this one
type Output = Timestamptz
The SQL type of the result of adding Rhs
to Self
impl Sub for Timestamptz
[src]
impl Sub for Timestamptz
type Rhs = Interval
The SQL type which can be subtracted from this one
type Output = Timestamptz
The SQL type of the result of subtracting Rhs
from Self
impl<'expr> AsExpression<Timestamptz> for &'expr NaiveDateTime
[src]
[+]
impl<'expr> AsExpression<Timestamptz> for &'expr NaiveDateTime
impl<'expr2, 'expr> AsExpression<Timestamptz> for &'expr2 &'expr NaiveDateTime
[src]
[+]
impl<'expr2, 'expr> AsExpression<Timestamptz> for &'expr2 &'expr NaiveDateTime
impl AsExpression<Timestamptz> for NaiveDateTime
[src]
[+]
impl AsExpression<Timestamptz> for NaiveDateTime
impl<'expr, Tz: TimeZone> AsExpression<Timestamptz> for &'expr DateTime<Tz>
[src]
[+]
impl<'expr, Tz: TimeZone> AsExpression<Timestamptz> for &'expr DateTime<Tz>
impl<'expr2, 'expr, Tz: TimeZone> AsExpression<Timestamptz> for &'expr2 &'expr DateTime<Tz>
[src]
[+]
impl<'expr2, 'expr, Tz: TimeZone> AsExpression<Timestamptz> for &'expr2 &'expr DateTime<Tz>
impl<Tz: TimeZone> AsExpression<Timestamptz> for DateTime<Tz>
[src]
[+]
impl<Tz: TimeZone> AsExpression<Timestamptz> for DateTime<Tz>
Auto Trait Implementations
impl Send for Timestamptz
impl Send for Timestamptz
impl Sync for Timestamptz
impl Sync for Timestamptz