sea_query::value

Trait Nullable

source
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 &str

sourceยง

impl Nullable for IpNetwork

Available on crate feature with-ipnetwork only.
sourceยง

impl Nullable for Value

Available on crate feature with-json only.
sourceยง

impl Nullable for bool

sourceยง

impl Nullable for char

sourceยง

impl Nullable for f32

sourceยง

impl Nullable for f64

sourceยง

impl Nullable for i8

sourceยง

impl Nullable for i16

sourceยง

impl Nullable for i32

sourceยง

impl Nullable for i64

sourceยง

impl Nullable for u8

sourceยง

impl Nullable for u16

sourceยง

impl Nullable for u32

sourceยง

impl Nullable for u64

sourceยง

impl Nullable for String

sourceยง

impl Nullable for Vec<u8>

sourceยง

impl Nullable for BigDecimal

Available on crate feature with-bigdecimal only.
sourceยง

impl Nullable for DateTime<FixedOffset>

Available on crate feature with-chrono only.
sourceยง

impl Nullable for DateTime<Local>

Available on crate feature with-chrono only.
sourceยง

impl Nullable for DateTime<Utc>

Available on crate feature with-chrono only.
sourceยง

impl Nullable for NaiveDate

Available on crate feature with-chrono only.
sourceยง

impl Nullable for NaiveDateTime

Available on crate feature with-chrono only.
sourceยง

impl Nullable for NaiveTime

Available on crate feature with-chrono only.
sourceยง

impl Nullable for MacAddress

Available on crate feature with-mac_address only.
sourceยง

impl Nullable for Vector

Available on crate feature postgres-vector only.
sourceยง

impl Nullable for Decimal

Available on crate feature with-rust_decimal only.
sourceยง

impl Nullable for Date

Available on crate feature with-time only.
sourceยง

impl Nullable for OffsetDateTime

Available on crate feature with-time only.
sourceยง

impl Nullable for PrimitiveDateTime

Available on crate feature with-time only.
sourceยง

impl Nullable for Time

Available on crate feature with-time only.
sourceยง

impl Nullable for Braced

Available on crate feature with-uuid only.
sourceยง

impl Nullable for Hyphenated

Available on crate feature with-uuid only.
sourceยง

impl Nullable for Simple

Available on crate feature with-uuid only.
sourceยง

impl Nullable for Urn

Available on crate feature with-uuid only.
sourceยง

impl Nullable for Uuid

Available on crate feature with-uuid only.
sourceยง

impl<T> Nullable for Vec<T>
where T: Into<Value> + NotU8 + ValueType,

Available on crate feature postgres-array only.

Implementorsยง