Skip to main content

DateTimeLikeValue

Trait DateTimeLikeValue 

Source
pub trait DateTimeLikeValue: Sized { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl DateTimeLikeValue for DateTime

Available on crate feature with-jiff only.

Implementors§

Source§

impl DateTimeLikeValue for sea_query::value::prelude::DateTime<FixedOffset>

Available on crate feature with-chrono only.
Source§

impl DateTimeLikeValue for sea_query::value::prelude::DateTime<Local>

Available on crate feature with-chrono only.
Source§

impl DateTimeLikeValue for sea_query::value::prelude::DateTime<Utc>

Available on crate feature with-chrono only.
Source§

impl DateTimeLikeValue for NaiveDateTime

Available on crate feature with-chrono only.
Source§

impl DateTimeLikeValue for OffsetDateTime

Available on crate feature with-time only.
Source§

impl DateTimeLikeValue for PrimitiveDateTime

Available on crate feature with-time only.
Source§

impl DateTimeLikeValue for Timestamp

Available on crate feature with-jiff only.