Struct diesel::mysql::types::Datetime [] [src]

pub struct Datetime;

Represents the MySQL datetime type.

ToSql impls

FromSql impls

Trait Implementations

impl QueryId for Datetime
[src]

impl NotNull for Datetime
[src]

impl SingleValue for Datetime
[src]

impl Debug for Datetime
[src]

Formats the value using the given formatter.

impl Clone for Datetime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Datetime
[src]

impl Default for Datetime
[src]

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