Skip to main content

DateTimeLikeValueNullable

Trait DateTimeLikeValueNullable 

Source
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§

Source§

impl DateTimeLikeValueNullable for Option<DateTime>

Available on crate feature with-jiff only.
Source§

impl DateTimeLikeValueNullable for Option<DateTime<FixedOffset>>

Available on crate feature with-chrono only.
Source§

impl DateTimeLikeValueNullable for Option<DateTime<Local>>

Available on crate feature with-chrono only.
Source§

impl DateTimeLikeValueNullable for Option<DateTime<Utc>>

Available on crate feature with-chrono only.
Source§

impl DateTimeLikeValueNullable for Option<NaiveDateTime>

Available on crate feature with-chrono only.
Source§

impl DateTimeLikeValueNullable for Option<OffsetDateTime>

Available on crate feature with-time only.
Source§

impl DateTimeLikeValueNullable for Option<PrimitiveDateTime>

Available on crate feature with-time only.
Source§

impl DateTimeLikeValueNullable for Option<Timestamp>

Available on crate feature with-jiff only.

Implementors§