pub struct TimestamptzSqlite;
Available on crate feature
sqlite
only.Expand description
The SQLite timestamp with time zone type
§ToSql
impls
chrono::NaiveDateTime
withfeature = "chrono"
chrono::DateTime
withfeature = "chrono"
time::PrimitiveDateTime
withfeature = "time"
time::OffsetDateTime
withfeature = "time"
§FromSql
impls
chrono::NaiveDateTime
withfeature = "chrono"
chrono::DateTime
withfeature = "chrono"
time::PrimitiveDateTime
withfeature = "time"
time::OffsetDateTime
withfeature = "time"
Trait Implementations§
Source§impl<'__expr, '__expr2, Tz: TimeZone> AsExpression<Timestamptz> for &'__expr2 &'__expr DateTime<Tz>
Available on crate feature chrono
only.
impl<'__expr, '__expr2, Tz: TimeZone> AsExpression<Timestamptz> for &'__expr2 &'__expr DateTime<Tz>
Available on crate feature
chrono
only.Source§type Expression = Bound<Timestamptz, &'__expr2 &'__expr DateTime<Tz>>
type Expression = Bound<Timestamptz, &'__expr2 &'__expr DateTime<Tz>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'__expr, '__expr2> AsExpression<Timestamptz> for &'__expr2 &'__expr OffsetDateTime
Available on crate feature time
only.
impl<'__expr, '__expr2> AsExpression<Timestamptz> for &'__expr2 &'__expr OffsetDateTime
Available on crate feature
time
only.Source§type Expression = Bound<Timestamptz, &'__expr2 &'__expr OffsetDateTime>
type Expression = Bound<Timestamptz, &'__expr2 &'__expr OffsetDateTime>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'__expr, Tz: TimeZone> AsExpression<Timestamptz> for &'__expr DateTime<Tz>
Available on crate feature chrono
only.
impl<'__expr, Tz: TimeZone> AsExpression<Timestamptz> for &'__expr DateTime<Tz>
Available on crate feature
chrono
only.Source§type Expression = Bound<Timestamptz, &'__expr DateTime<Tz>>
type Expression = Bound<Timestamptz, &'__expr DateTime<Tz>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'__expr> AsExpression<Timestamptz> for &'__expr OffsetDateTime
Available on crate feature time
only.
impl<'__expr> AsExpression<Timestamptz> for &'__expr OffsetDateTime
Available on crate feature
time
only.Source§type Expression = Bound<Timestamptz, &'__expr OffsetDateTime>
type Expression = Bound<Timestamptz, &'__expr OffsetDateTime>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<Tz: TimeZone> AsExpression<Timestamptz> for DateTime<Tz>
Available on crate feature chrono
only.
impl<Tz: TimeZone> AsExpression<Timestamptz> for DateTime<Tz>
Available on crate feature
chrono
only.Source§type Expression = Bound<Timestamptz, DateTime<Tz>>
type Expression = Bound<Timestamptz, DateTime<Tz>>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl AsExpression<Timestamptz> for OffsetDateTime
Available on crate feature time
only.
impl AsExpression<Timestamptz> for OffsetDateTime
Available on crate feature
time
only.Source§type Expression = Bound<Timestamptz, OffsetDateTime>
type Expression = Bound<Timestamptz, OffsetDateTime>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl AsExpression<Timestamptz> for now
impl AsExpression<Timestamptz> for now
Source§type Expression = Coerce<now, Timestamptz>
type Expression = Coerce<now, Timestamptz>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl Clone for Timestamptz
impl Clone for Timestamptz
Source§fn clone(&self) -> Timestamptz
fn clone(&self) -> Timestamptz
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Timestamptz
impl Debug for Timestamptz
Source§impl Default for Timestamptz
impl Default for Timestamptz
Source§fn default() -> Timestamptz
fn default() -> Timestamptz
Returns the “default value” for a type. Read more
Source§impl FromSql<Timestamptz, Sqlite> for NaiveDateTime
Available on crate feature chrono
only.
impl FromSql<Timestamptz, Sqlite> for NaiveDateTime
Available on crate feature
chrono
only.Source§impl FromSql<Timestamptz, Sqlite> for OffsetDateTime
Available on crate feature time
only.
impl FromSql<Timestamptz, Sqlite> for OffsetDateTime
Available on crate feature
time
only.Source§impl FromSql<Timestamptz, Sqlite> for PrimitiveDateTime
Available on crate feature time
only.
impl FromSql<Timestamptz, Sqlite> for PrimitiveDateTime
Available on crate feature
time
only.Source§impl HasSqlType<Timestamptz> for Sqlite
impl HasSqlType<Timestamptz> for Sqlite
Source§impl QueryId for Timestamptz
impl QueryId for Timestamptz
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§type QueryId = Timestamptz
type QueryId = Timestamptz
A type which uniquely represents
Self
in a SQL query. Read moreSource§impl<TZ: TimeZone> ToSql<Timestamptz, Sqlite> for DateTime<TZ>
Available on crate feature chrono
only.
impl<TZ: TimeZone> ToSql<Timestamptz, Sqlite> for DateTime<TZ>
Available on crate feature
chrono
only.Source§impl ToSql<Timestamptz, Sqlite> for NaiveDateTime
Available on crate feature chrono
only.
impl ToSql<Timestamptz, Sqlite> for NaiveDateTime
Available on crate feature
chrono
only.Source§impl ToSql<Timestamptz, Sqlite> for OffsetDateTime
Available on crate feature time
only.
impl ToSql<Timestamptz, Sqlite> for OffsetDateTime
Available on crate feature
time
only.Source§impl ToSql<Timestamptz, Sqlite> for PrimitiveDateTime
Available on crate feature time
only.
impl ToSql<Timestamptz, Sqlite> for PrimitiveDateTime
Available on crate feature
time
only.impl Copy for Timestamptz
impl SingleValue for Timestamptz
Auto Trait Implementations§
impl Freeze for Timestamptz
impl RefUnwindSafe for Timestamptz
impl Send for Timestamptz
impl Sync for Timestamptz
impl Unpin for Timestamptz
impl UnwindSafe for Timestamptz
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<ST, U, DB> CompatibleType<U, DB> for ST
impl<ST, U, DB> CompatibleType<U, DB> for ST
Source§impl<T> IntoNotNullable for T
impl<T> IntoNotNullable for T
Source§type NotNullable = T
type NotNullable = T
The not nullable representation of this type. Read more