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 Display for Severity[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy 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>
Formats the value using the given formatter.