Enum postgres_protocol::IsNull
source · pub enum IsNull {
Yes,
No,
}
Expand description
An enum indicating if a value is NULL
or not.
Variants§
Auto Trait Implementations§
impl Freeze for IsNull
impl RefUnwindSafe for IsNull
impl Send for IsNull
impl Sync for IsNull
impl Unpin for IsNull
impl UnwindSafe for IsNull
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more