Struct diesel::types::Time
[−]
[src]
pub struct Time;
The time SQL type.
This type is currently only implemented for PostgreSQL.
ToSql
impls
chrono::NaiveTime
withfeature = "chrono"
FromSql
impls
chrono::NaiveTime
withfeature = "chrono"
Trait Implementations
impl SqlOrd for Time
[src]
impl QueryId for Time
[src]
impl NotNull for Time
[src]
impl Default for Time
[src]
impl Copy for Time
[src]
impl Clone for Time
[src]
fn clone(&self) -> Time
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more