pub enum Verbosity {
Terse,
Default,
Verbose,
Sqlstate,
}Expand description
Error/notice verbosity level for PostgreSQL connections.
Controls the amount of detail included in error and notice messages.
Variants§
Trait Implementations§
Source§impl From<Verbosity> for PGVerbosity
impl From<Verbosity> for PGVerbosity
impl Copy for Verbosity
Auto Trait Implementations§
impl Freeze for Verbosity
impl RefUnwindSafe for Verbosity
impl Send for Verbosity
impl Sync for Verbosity
impl Unpin for Verbosity
impl UnwindSafe for Verbosity
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