Struct diesel::mysql::types::Datetime [−][src]
Represents the MySQL datetime type.
ToSql
impls
chrono::NaiveDateTime
withfeature = "chrono"
FromSql
impls
chrono::NaiveDateTime
withfeature = "chrono"
Trait Implementations
impl ToSql<Datetime, Mysql> for MYSQL_TIME
[src]
[+]
impl ToSql<Datetime, Mysql> for MYSQL_TIME
impl FromSql<Datetime, Mysql> for MYSQL_TIME
[src]
[+]
impl FromSql<Datetime, Mysql> for MYSQL_TIME
impl ToSql<Datetime, Mysql> for NaiveDateTime
[src]
[+]
impl ToSql<Datetime, Mysql> for NaiveDateTime
impl FromSql<Datetime, Mysql> for NaiveDateTime
[src]
[+]
impl FromSql<Datetime, Mysql> for NaiveDateTime
impl QueryId for Datetime
[src]
[+]
impl QueryId for Datetime
impl NotNull for Datetime
[src]
impl NotNull for Datetime
impl SingleValue for Datetime
[src]
impl SingleValue for Datetime
impl HasSqlType<Datetime> for Mysql
[src]
[+]
impl HasSqlType<Datetime> for Mysql
impl Debug for Datetime
[src]
[+]
impl Debug for Datetime
impl Clone for Datetime
[src]
[+]
impl Clone for Datetime
impl Copy for Datetime
[src]
impl Copy for Datetime
impl Default for Datetime
[src]
[+]
impl Default for Datetime
impl<'expr> AsExpression<Datetime> for &'expr NaiveDateTime
[src]
[+]
impl<'expr> AsExpression<Datetime> for &'expr NaiveDateTime
impl<'expr2, 'expr> AsExpression<Datetime> for &'expr2 &'expr NaiveDateTime
[src]
[+]
impl<'expr2, 'expr> AsExpression<Datetime> for &'expr2 &'expr NaiveDateTime
impl AsExpression<Datetime> for NaiveDateTime
[src]
[+]
impl AsExpression<Datetime> for NaiveDateTime