Struct diesel::mysql::types::Datetime [−][src]
pub struct Datetime;
Expand description
Represents the MySQL datetime type.
ToSql
impls
chrono::NaiveDateTime
withfeature = "chrono"
FromSql
impls
chrono::NaiveDateTime
withfeature = "chrono"
Trait Implementations
type Expression = Bound<Datetime, Self>
type Expression = Bound<Datetime, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Datetime, Self>
type Expression = Bound<Datetime, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Datetime, Self>
type Expression = Bound<Datetime, Self>
The expression being returned
Perform the conversion
Can the SQL generated by Self
be uniquely identified by its type? Read more
Auto Trait Implementations
impl RefUnwindSafe for Datetime
impl UnwindSafe for Datetime
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more