pub trait DateTimeLikeValueNullable: 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 DateTimeLikeValueNullable for Option<DateTime>
Available on crate feature
with-jiff only.impl DateTimeLikeValueNullable for Option<DateTime<FixedOffset>>
Available on crate feature
with-chrono only.impl DateTimeLikeValueNullable for Option<DateTime<Local>>
Available on crate feature
with-chrono only.impl DateTimeLikeValueNullable for Option<DateTime<Utc>>
Available on crate feature
with-chrono only.impl DateTimeLikeValueNullable for Option<NaiveDateTime>
Available on crate feature
with-chrono only.impl DateTimeLikeValueNullable for Option<OffsetDateTime>
Available on crate feature
with-time only.impl DateTimeLikeValueNullable for Option<PrimitiveDateTime>
Available on crate feature
with-time only.impl DateTimeLikeValueNullable for Option<Timestamp>
Available on crate feature
with-jiff only.