Enum alacritty::message_bar::MessageType [−][src]
pub enum MessageType {
Error,
Warning,
}Expand description
Purpose of the message.
Variants
Error
A message represents an error.
Warning
A message represents a warning.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageType
impl Send for MessageType
impl Sync for MessageType
impl Unpin for MessageType
impl UnwindSafe for MessageType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Value based on which equality for the reset will be determined.