Struct diesel::pg::types::sql_types::Timestamptz
[−]
[src]
pub struct Timestamptz;
The "timestamp with time zone" SQL type, which PostgreSQL abbreviates
to timestamptz.
ToSql impls
PgTimestampchrono::NaiveDateTimewithfeature = "chrono"chrono::DateTimewithfeature = "chrono"
FromSql impls
PgTimestampchrono::NaiveDateTimewithfeature = "chrono"chrono::DateTimewithfeature = "chrono"
Trait Implementations
impl QueryId for Timestamptz[src]
impl NotNull for Timestamptz[src]
impl SingleValue for Timestamptz[src]
impl Debug for Timestamptz[src]
impl Clone for Timestamptz[src]
fn clone(&self) -> Timestamptz[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for Timestamptz[src]
impl Default for Timestamptz[src]
fn default() -> Timestamptz[src]
Returns the "default value" for a type. Read more