Struct diesel::pg::data_types::PgTimestamp [−][src]
Timestamps are represented in Postgres as a 64 bit signed integer representing the number of microseconds since January 1st 2000. This struct is a dumb wrapper type, meant only to indicate the integer's meaning.
Trait Implementations
impl<__ST, __DB> FromSqlRow<__ST, __DB> for PgTimestamp where
__DB: Backend,
Self: FromSql<__ST, __DB>,
[src]
[+]
impl<__ST, __DB> FromSqlRow<__ST, __DB> for PgTimestamp where
__DB: Backend,
Self: FromSql<__ST, __DB>,
impl<__ST, __DB> Queryable<__ST, __DB> for PgTimestamp where
__DB: Backend,
Self: FromSql<__ST, __DB>,
[src]
[+]
impl<__ST, __DB> Queryable<__ST, __DB> for PgTimestamp where
__DB: Backend,
Self: FromSql<__ST, __DB>,
impl<'expr> AsExpression<Timestamp> for &'expr PgTimestamp
[src]
[+]
impl<'expr> AsExpression<Timestamp> for &'expr PgTimestamp
impl<'expr> AsExpression<Nullable<Timestamp>> for &'expr PgTimestamp
[src]
[+]
impl<'expr> AsExpression<Nullable<Timestamp>> for &'expr PgTimestamp
impl<__DB> ToSql<Nullable<Timestamp>, __DB> for PgTimestamp where
__DB: Backend,
Self: ToSql<Timestamp, __DB>,
[src]
[+]
impl<__DB> ToSql<Nullable<Timestamp>, __DB> for PgTimestamp where
__DB: Backend,
Self: ToSql<Timestamp, __DB>,
impl AsExpression<Timestamp> for PgTimestamp
[src]
[+]
impl AsExpression<Timestamp> for PgTimestamp
impl AsExpression<Nullable<Timestamp>> for PgTimestamp
[src]
[+]
impl AsExpression<Nullable<Timestamp>> for PgTimestamp
impl<'expr> AsExpression<Timestamptz> for &'expr PgTimestamp
[src]
[+]
impl<'expr> AsExpression<Timestamptz> for &'expr PgTimestamp
impl<'expr> AsExpression<Nullable<Timestamptz>> for &'expr PgTimestamp
[src]
[+]
impl<'expr> AsExpression<Nullable<Timestamptz>> for &'expr PgTimestamp
impl<__DB> ToSql<Nullable<Timestamptz>, __DB> for PgTimestamp where
__DB: Backend,
Self: ToSql<Timestamptz, __DB>,
[src]
[+]
impl<__DB> ToSql<Nullable<Timestamptz>, __DB> for PgTimestamp where
__DB: Backend,
Self: ToSql<Timestamptz, __DB>,
impl AsExpression<Timestamptz> for PgTimestamp
[src]
[+]
impl AsExpression<Timestamptz> for PgTimestamp
impl AsExpression<Nullable<Timestamptz>> for PgTimestamp
[src]
[+]
impl AsExpression<Nullable<Timestamptz>> for PgTimestamp
impl Debug for PgTimestamp
[src]
[+]
impl Debug for PgTimestamp
impl Clone for PgTimestamp
[src]
[+]
impl Clone for PgTimestamp
impl Copy for PgTimestamp
[src]
impl Copy for PgTimestamp
impl PartialEq for PgTimestamp
[src]
[+]
impl PartialEq for PgTimestamp
impl Eq for PgTimestamp
[src]
impl Eq for PgTimestamp
impl PartialOrd for PgTimestamp
[src]
[+]
impl PartialOrd for PgTimestamp
impl Ord for PgTimestamp
[src]
[+]
impl Ord for PgTimestamp
impl ToSql<Timestamp, Pg> for PgTimestamp
[src]
[+]
impl ToSql<Timestamp, Pg> for PgTimestamp
impl FromSql<Timestamp, Pg> for PgTimestamp
[src]
[+]
impl FromSql<Timestamp, Pg> 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
Auto Trait Implementations
impl Send for PgTimestamp
impl Send for PgTimestamp
impl Sync for PgTimestamp
impl Sync for PgTimestamp