Enum sqlx_core::postgres::PgSeverity [−][src]
#[repr(u8)]
pub enum PgSeverity {
Panic,
Fatal,
Error,
Warning,
Notice,
Debug,
Info,
Log,
}
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PgSeverity
impl Send for PgSeverity
impl Sync for PgSeverity
impl Unpin for PgSeverity
impl UnwindSafe for PgSeverity
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.