Enum IsNull
postgres_shared::types
pub enum IsNull { Yes, No, }
An enum representing the nullability of a Postgres value.
Yes
The value is NULL.
No
The value is not NULL.
impl Send for IsNull
impl Sync for IsNull