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".
Implementations on Foreign Typesยง
Sourceยงimpl Nullable for Hyphenated
Available on crate feature with-uuid only.
impl Nullable for Hyphenated
Available on crate feature
with-uuid only.Implementorsยง
impl Nullable for IpNetwork
Available on crate feature
with-ipnetwork only.impl Nullable for Json
Available on crate feature
with-json only.impl Nullable for RangeType
Available on crate feature
postgres-range only.impl Nullable for BigDecimal
Available on crate feature
with-bigdecimal only.impl Nullable for sea_query::value::prelude::DateTime<FixedOffset>
Available on crate feature
with-chrono only.impl Nullable for sea_query::value::prelude::DateTime<Local>
Available on crate feature
with-chrono only.impl Nullable for sea_query::value::prelude::DateTime<Utc>
Available on crate feature
with-chrono only.impl Nullable for Decimal
Available on crate feature
with-rust_decimal only.impl Nullable for MacAddress
Available on crate feature
with-mac_address only.impl Nullable for NaiveDate
Available on crate feature
with-chrono only.impl Nullable for NaiveDateTime
Available on crate feature
with-chrono only.impl Nullable for NaiveTime
Available on crate feature
with-chrono only.impl Nullable for OffsetDateTime
Available on crate feature
with-time only.impl Nullable for PrimitiveDateTime
Available on crate feature
with-time only.impl Nullable for Timestamp
Available on crate feature
with-jiff only.impl Nullable for Uuid
Available on crate feature
with-uuid only.