Enum pq_sys::_bindgen_ty_2
source · #[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§
CONNECTION_OK
CONNECTION_BAD
CONNECTION_STARTED
CONNECTION_MADE
CONNECTION_AWAITING_RESPONSE
CONNECTION_AUTH_OK
CONNECTION_SETENV
CONNECTION_SSL_STARTUP
CONNECTION_NEEDED
Trait Implementations§
source§impl Clone for _bindgen_ty_2
impl Clone for _bindgen_ty_2
source§fn clone(&self) -> _bindgen_ty_2
fn clone(&self) -> _bindgen_ty_2
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_2
impl Debug for _bindgen_ty_2
source§impl Hash for _bindgen_ty_2
impl Hash for _bindgen_ty_2
source§impl PartialEq<_bindgen_ty_2> for _bindgen_ty_2
impl PartialEq<_bindgen_ty_2> for _bindgen_ty_2
source§fn eq(&self, other: &_bindgen_ty_2) -> bool
fn eq(&self, other: &_bindgen_ty_2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.