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