Enum pq_sys::_bindgen_ty_5 [−][src]
#[repr(u32)] pub enum _bindgen_ty_5 { PQTRANS_IDLE, PQTRANS_ACTIVE, PQTRANS_INTRANS, PQTRANS_INERROR, PQTRANS_UNKNOWN, }
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _bindgen_ty_5
impl Send for _bindgen_ty_5
impl Sync for _bindgen_ty_5
impl Unpin for _bindgen_ty_5
impl UnwindSafe for _bindgen_ty_5
Blanket Implementations
Mutably borrows from an owned value. Read more