pub trait Nullable {
// Required method
fn null() -> Value;
}Required Methodsยง
Dyn Compatibilityยง
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Typesยง
Sourceยงimpl Nullable for BigDecimal
Available on crate feature with-bigdecimal only.
impl Nullable for BigDecimal
Available on crate feature
with-bigdecimal only.Sourceยงimpl Nullable for DateTime<FixedOffset>
Available on crate feature with-chrono only.
impl Nullable for DateTime<FixedOffset>
Available on crate feature
with-chrono only.Sourceยงimpl Nullable for NaiveDateTime
Available on crate feature with-chrono only.
impl Nullable for NaiveDateTime
Available on crate feature
with-chrono only.Sourceยงimpl Nullable for MacAddress
Available on crate feature with-mac_address only.
impl Nullable for MacAddress
Available on crate feature
with-mac_address only.Sourceยงimpl Nullable for OffsetDateTime
Available on crate feature with-time only.
impl Nullable for OffsetDateTime
Available on crate feature
with-time only.Sourceยงimpl Nullable for PrimitiveDateTime
Available on crate feature with-time only.
impl Nullable for PrimitiveDateTime
Available on crate feature
with-time only.Sourceยงimpl Nullable for Hyphenated
Available on crate feature with-uuid only.
impl Nullable for Hyphenated
Available on crate feature
with-uuid only.