#[repr(u32)]pub enum PGPing {
PQPING_OK = 0,
PQPING_REJECT = 1,
PQPING_NO_RESPONSE = 2,
PQPING_NO_ATTEMPT = 3,
}
Variants§
Trait Implementations§
impl Copy for PGPing
impl Eq for PGPing
impl StructuralPartialEq for PGPing
Auto Trait Implementations§
impl Freeze for PGPing
impl RefUnwindSafe for PGPing
impl Send for PGPing
impl Sync for PGPing
impl Unpin for PGPing
impl UnwindSafe for PGPing
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)