Enum postgres_shared::types::IsNull[][src]

pub enum IsNull {
    Yes,
    No,
}

An enum representing the nullability of a Postgres value.

Variants

The value is NULL.

The value is not NULL.

Auto Trait Implementations

impl Send for IsNull

impl Sync for IsNull