Enum pq_sys::_bindgen_ty_4 [−][src]
#[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
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _bindgen_ty_4
impl Send for _bindgen_ty_4
impl Sync for _bindgen_ty_4
impl Unpin for _bindgen_ty_4
impl UnwindSafe for _bindgen_ty_4
Blanket Implementations
Mutably borrows from an owned value. Read more