Enum pq_sys::_bindgen_ty_4
source · #[repr(u32)]
pub enum _bindgen_ty_4 {
PGRES_EMPTY_QUERY,
PGRES_COMMAND_OK,
PGRES_TUPLES_OK,
PGRES_COPY_OUT,
PGRES_COPY_IN,
PGRES_BAD_RESPONSE,
PGRES_NONFATAL_ERROR,
PGRES_FATAL_ERROR,
PGRES_COPY_BOTH,
PGRES_SINGLE_TUPLE,
}
Variants§
PGRES_EMPTY_QUERY
PGRES_COMMAND_OK
PGRES_TUPLES_OK
PGRES_COPY_OUT
PGRES_COPY_IN
PGRES_BAD_RESPONSE
PGRES_NONFATAL_ERROR
PGRES_FATAL_ERROR
PGRES_COPY_BOTH
PGRES_SINGLE_TUPLE
Trait Implementations§
source§impl Clone for _bindgen_ty_4
impl Clone for _bindgen_ty_4
source§fn clone(&self) -> _bindgen_ty_4
fn clone(&self) -> _bindgen_ty_4
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _bindgen_ty_4
impl Debug for _bindgen_ty_4
source§impl Hash for _bindgen_ty_4
impl Hash for _bindgen_ty_4
source§impl PartialEq<_bindgen_ty_4> for _bindgen_ty_4
impl PartialEq<_bindgen_ty_4> for _bindgen_ty_4
source§fn eq(&self, other: &_bindgen_ty_4) -> bool
fn eq(&self, other: &_bindgen_ty_4) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.