Enum edgedb_protocol::server_message::MessageSeverity [−][src]
pub enum MessageSeverity {
Debug,
Info,
Notice,
Warning,
Unknown(u8),
}Variants
Unknown(u8)Tuple Fields of Unknown
0: u8Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MessageSeverity
impl Send for MessageSeverity
impl Sync for MessageSeverity
impl Unpin for MessageSeverity
impl UnwindSafe for MessageSeverity
Blanket Implementations
Mutably borrows from an owned value. Read more