Enum tokio_postgres::error::Severity
[−]
[src]
pub enum Severity {
Panic,
Fatal,
Error,
Warning,
Notice,
Debug,
Info,
Log,
}The severity of a Postgres error or notice.
Variants
PanicPANIC
FatalFATAL
ErrorERROR
WarningWARNING
NoticeNOTICE
DebugDEBUG
InfoINFO
LogLOG
Trait Implementations
impl Copy for Severity[src]
impl Clone for Severity[src]
impl Eq for Severity[src]
impl PartialEq<Severity> for Severity[src]
impl Debug for Severity[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter.