Enum pq_sys::PGVerbosity
source · #[repr(u32)]pub enum PGVerbosity {
PQERRORS_TERSE = 0,
PQERRORS_DEFAULT = 1,
PQERRORS_VERBOSE = 2,
PQERRORS_SQLSTATE = 3,
}
Variants§
Trait Implementations§
source§impl Clone for PGVerbosity
impl Clone for PGVerbosity
source§fn clone(&self) -> PGVerbosity
fn clone(&self) -> PGVerbosity
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 PGVerbosity
impl Debug for PGVerbosity
source§impl Hash for PGVerbosity
impl Hash for PGVerbosity
source§impl PartialEq for PGVerbosity
impl PartialEq for PGVerbosity
impl Copy for PGVerbosity
impl Eq for PGVerbosity
impl StructuralPartialEq for PGVerbosity
Auto Trait Implementations§
impl Freeze for PGVerbosity
impl RefUnwindSafe for PGVerbosity
impl Send for PGVerbosity
impl Sync for PGVerbosity
impl Unpin for PGVerbosity
impl UnwindSafe for PGVerbosity
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
)