#[repr(i32)]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