pub struct Time;Expand description
The time SQL type.
ToSql impls
chrono::NaiveTimewithfeature = "chrono"time::Timewithfeature = "time"
FromSql impls
chrono::NaiveTimewithfeature = "chrono"time::Timewithfeature = "time"
Trait Implementations§
source§impl<'expr> AsExpression<Time> for &'expr MysqlTime
Available on crate feature mysql_backend only.
impl<'expr> AsExpression<Time> for &'expr MysqlTime
Available on crate feature
mysql_backend only.§type Expression = Bound<Time, &'expr MysqlTime>
type Expression = Bound<Time, &'expr MysqlTime>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'expr> AsExpression<Time> for &'expr NaiveTime
Available on crate feature chrono only.
impl<'expr> AsExpression<Time> for &'expr NaiveTime
Available on crate feature
chrono only.§type Expression = Bound<Time, &'expr NaiveTime>
type Expression = Bound<Time, &'expr NaiveTime>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'expr> AsExpression<Time> for &'expr NaiveTime
Available on crate feature time only.
impl<'expr> AsExpression<Time> for &'expr NaiveTime
Available on crate feature
time only.§type Expression = Bound<Time, &'expr Time>
type Expression = Bound<Time, &'expr Time>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'expr> AsExpression<Time> for &'expr PgTime
Available on crate feature postgres_backend only.
impl<'expr> AsExpression<Time> for &'expr PgTime
Available on crate feature
postgres_backend only.§type Expression = Bound<Time, &'expr PgTime>
type Expression = Bound<Time, &'expr PgTime>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'expr> AsExpression<Time> for &'expr String
impl<'expr> AsExpression<Time> for &'expr String
§type Expression = Bound<Time, &'expr String>
type Expression = Bound<Time, &'expr String>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'expr> AsExpression<Time> for &'expr str
impl<'expr> AsExpression<Time> for &'expr str
§type Expression = Bound<Time, &'expr str>
type Expression = Bound<Time, &'expr str>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'expr2, 'expr> AsExpression<Time> for &'expr2 &'expr MysqlTime
Available on crate feature mysql_backend only.
impl<'expr2, 'expr> AsExpression<Time> for &'expr2 &'expr MysqlTime
Available on crate feature
mysql_backend only.§type Expression = Bound<Time, &'expr2 &'expr MysqlTime>
type Expression = Bound<Time, &'expr2 &'expr MysqlTime>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'expr2, 'expr> AsExpression<Time> for &'expr2 &'expr NaiveTime
Available on crate feature chrono only.
impl<'expr2, 'expr> AsExpression<Time> for &'expr2 &'expr NaiveTime
Available on crate feature
chrono only.§type Expression = Bound<Time, &'expr2 &'expr NaiveTime>
type Expression = Bound<Time, &'expr2 &'expr NaiveTime>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'expr2, 'expr> AsExpression<Time> for &'expr2 &'expr NaiveTime
Available on crate feature time only.
impl<'expr2, 'expr> AsExpression<Time> for &'expr2 &'expr NaiveTime
Available on crate feature
time only.§type Expression = Bound<Time, &'expr2 &'expr Time>
type Expression = Bound<Time, &'expr2 &'expr Time>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'expr2, 'expr> AsExpression<Time> for &'expr2 &'expr PgTime
Available on crate feature postgres_backend only.
impl<'expr2, 'expr> AsExpression<Time> for &'expr2 &'expr PgTime
Available on crate feature
postgres_backend only.§type Expression = Bound<Time, &'expr2 &'expr PgTime>
type Expression = Bound<Time, &'expr2 &'expr PgTime>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'expr2, 'expr> AsExpression<Time> for &'expr2 &'expr String
impl<'expr2, 'expr> AsExpression<Time> for &'expr2 &'expr String
§type Expression = Bound<Time, &'expr2 &'expr String>
type Expression = Bound<Time, &'expr2 &'expr String>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl<'expr2, 'expr> AsExpression<Time> for &'expr2 &'expr str
impl<'expr2, 'expr> AsExpression<Time> for &'expr2 &'expr str
§type Expression = Bound<Time, &'expr2 &'expr str>
type Expression = Bound<Time, &'expr2 &'expr str>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl AsExpression<Time> for MysqlTime
Available on crate feature mysql_backend only.
impl AsExpression<Time> for MysqlTime
Available on crate feature
mysql_backend only.§type Expression = Bound<Time, MysqlTime>
type Expression = Bound<Time, MysqlTime>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl AsExpression<Time> for NaiveTime
Available on crate feature chrono only.
impl AsExpression<Time> for NaiveTime
Available on crate feature
chrono only.§type Expression = Bound<Time, NaiveTime>
type Expression = Bound<Time, NaiveTime>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl AsExpression<Time> for NaiveTime
Available on crate feature time only.
impl AsExpression<Time> for NaiveTime
Available on crate feature
time only.§type Expression = Bound<Time, Time>
type Expression = Bound<Time, Time>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl AsExpression<Time> for PgTime
Available on crate feature postgres_backend only.
impl AsExpression<Time> for PgTime
Available on crate feature
postgres_backend only.§type Expression = Bound<Time, PgTime>
type Expression = Bound<Time, PgTime>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl AsExpression<Time> for String
impl AsExpression<Time> for String
§type Expression = Bound<Time, String>
type Expression = Bound<Time, String>
The expression being returned
source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
source§impl FromSql<Time, Mysql> for NaiveTime
Available on crate features time and mysql_backend only.
impl FromSql<Time, Mysql> for NaiveTime
Available on crate features
time and mysql_backend only.source§impl FromSql<Time, Mysql> for NaiveTime
Available on crate features chrono and mysql_backend only.
impl FromSql<Time, Mysql> for NaiveTime
Available on crate features
chrono and mysql_backend only.source§impl FromSql<Time, Pg> for NaiveTime
Available on crate features chrono and postgres_backend only.
impl FromSql<Time, Pg> for NaiveTime
Available on crate features
chrono and postgres_backend only.source§impl FromSql<Time, Pg> for NaiveTime
Available on crate features time and postgres_backend only.
impl FromSql<Time, Pg> for NaiveTime
Available on crate features
time and postgres_backend only.source§impl HasSqlType<Time> for Mysql
impl HasSqlType<Time> for Mysql
source§impl HasSqlType<Time> for Pg
impl HasSqlType<Time> for Pg
source§fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
fn metadata(_: &mut Self::MetadataLookup) -> PgTypeMetadata
Fetch the metadata for the given type Read more
source§impl HasSqlType<Time> for Sqlite
impl HasSqlType<Time> for Sqlite
source§impl QueryId for Time
impl QueryId for Time
source§const HAS_STATIC_QUERY_ID: bool = true
const HAS_STATIC_QUERY_ID: bool = true
Can the SQL generated by
Self be uniquely identified by its type? Read moresource§impl ToSql<Time, Mysql> for NaiveTime
Available on crate features time and mysql_backend only.
impl ToSql<Time, Mysql> for NaiveTime
Available on crate features
time and mysql_backend only.source§impl ToSql<Time, Mysql> for NaiveTime
Available on crate features chrono and mysql_backend only.
impl ToSql<Time, Mysql> for NaiveTime
Available on crate features
chrono and mysql_backend only.source§impl ToSql<Time, Pg> for NaiveTime
Available on crate features chrono and postgres_backend only.
impl ToSql<Time, Pg> for NaiveTime
Available on crate features
chrono and postgres_backend only.source§impl ToSql<Time, Pg> for NaiveTime
Available on crate features time and postgres_backend only.
impl ToSql<Time, Pg> for NaiveTime
Available on crate features
time and postgres_backend only.impl Copy for Time
impl SingleValue for Time
impl SqlOrd for Time
Auto Trait Implementations§
impl RefUnwindSafe for Time
impl Send for Time
impl Sync for Time
impl Unpin for Time
impl UnwindSafe for Time
Blanket Implementations§
source§impl<T> IntoNotNullable for Twhere
T: SqlType<IsNull = NotNull>,
impl<T> IntoNotNullable for Twhere T: SqlType<IsNull = NotNull>,
§type NotNullable = T
type NotNullable = T
The not nullable representation of this type. Read more
source§impl<T> IntoNullable for Twhere
T: SqlType<IsNull = NotNull> + SingleValue,
impl<T> IntoNullable for Twhere T: SqlType<IsNull = NotNull> + SingleValue,
source§impl<T> IntoSql for T
impl<T> IntoSql for T
source§fn into_sql<T>(self) -> AsExprOf<Self, T>where
Self: AsExpression<T> + Sized,
T: SqlType + TypedExpressionType,
fn into_sql<T>(self) -> AsExprOf<Self, T>where Self: AsExpression<T> + Sized, T: SqlType + TypedExpressionType,
Convert
self to an expression for Diesel’s query builder. Read moresource§fn as_sql<'a, T>(&'a self) -> AsExprOf<&'a Self, T>where
&'a Self: AsExpression<T>,
T: SqlType + TypedExpressionType,
fn as_sql<'a, T>(&'a self) -> AsExprOf<&'a Self, T>where &'a Self: AsExpression<T>, T: SqlType + TypedExpressionType,
Convert
&self to an expression for Diesel’s query builder. Read more