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§
impl DateTimeLikeValue for DateTime
Available on crate feature
with-jiff only.Implementors§
impl DateTimeLikeValue for sea_query::value::prelude::DateTime<FixedOffset>
Available on crate feature
with-chrono only.impl DateTimeLikeValue for sea_query::value::prelude::DateTime<Local>
Available on crate feature
with-chrono only.impl DateTimeLikeValue for sea_query::value::prelude::DateTime<Utc>
Available on crate feature
with-chrono only.impl DateTimeLikeValue for NaiveDateTime
Available on crate feature
with-chrono only.impl DateTimeLikeValue for OffsetDateTime
Available on crate feature
with-time only.impl DateTimeLikeValue for PrimitiveDateTime
Available on crate feature
with-time only.impl DateTimeLikeValue for Timestamp
Available on crate feature
with-jiff only.