Struct diesel::types::Timestamp [] [src]

pub struct Timestamp;

The timestamp/datetime SQL type.

This type is currently only implemented for PostgreSQL.

ToSql impls

FromSql impls

Trait Implementations

impl Add for Timestamp
[src]

impl Sub for Timestamp
[src]

impl SqlOrd for Timestamp
[src]

impl QueryId for Timestamp
[src]

impl NotNull for Timestamp
[src]

impl Default for Timestamp
[src]

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

impl Copy for Timestamp
[src]

impl Clone for Timestamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Timestamp
[src]

Formats the value using the given formatter.