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.