Enum pq_sys::_bindgen_ty_3 [−][src]
#[repr(u32)] pub enum _bindgen_ty_3 { PGRES_POLLING_FAILED, PGRES_POLLING_READING, PGRES_POLLING_WRITING, PGRES_POLLING_OK, PGRES_POLLING_ACTIVE, }
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _bindgen_ty_3
impl Send for _bindgen_ty_3
impl Sync for _bindgen_ty_3
impl Unpin for _bindgen_ty_3
impl UnwindSafe for _bindgen_ty_3
Blanket Implementations
Mutably borrows from an owned value. Read more