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

FromSql impls

Trait Implementations

impl QueryId for Timestamptz
[src]

impl NotNull for Timestamptz
[src]

impl SingleValue for Timestamptz
[src]

impl Debug for Timestamptz
[src]

Formats the value using the given formatter.

impl Clone for Timestamptz
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Timestamptz
[src]

impl Default for Timestamptz
[src]

Returns the "default value" for a type. Read more