Enum diesel::serialize::IsNull [−][src]
pub enum IsNull { Yes, No, }
Expand description
Tiny enum to make the return type of ToSql
more descriptive
Variants
No data was written, as this type is null
The value is not null
This does not necessarily mean that any data was written to the buffer. For example, an empty string has no data to be sent over the wire, but also is not null.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IsNull
impl UnwindSafe for IsNull
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more