Struct alacritty::message_bar::Message [−][src]
pub struct Message {
text: String,
ty: MessageType,
target: Option<String>,
}Expand description
Message for display in the MessageBuffer.
Fields
text: Stringty: MessageTypetarget: Option<String>Implementations
Create a new message.
Formatted message text lines.
Message type.
Update the message target.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Message
impl UnwindSafe for Message
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.