Trait sea_query::value::Nullable

source ·
pub trait Nullable {
    // Required method
    fn null() -> Value;
}

Required Methods§

Object Safety§

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