Enum pq_sys::_bindgen_ty_2 [−][src]
#[repr(u32)] pub enum _bindgen_ty_2 { CONNECTION_OK, CONNECTION_BAD, CONNECTION_STARTED, CONNECTION_MADE, CONNECTION_AWAITING_RESPONSE, CONNECTION_AUTH_OK, CONNECTION_SETENV, CONNECTION_SSL_STARTUP, CONNECTION_NEEDED, }
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _bindgen_ty_2
impl Send for _bindgen_ty_2
impl Sync for _bindgen_ty_2
impl Unpin for _bindgen_ty_2
impl UnwindSafe for _bindgen_ty_2
Blanket Implementations
Mutably borrows from an owned value. Read more