Struct languageserver_types::MessageActionItem [] [src]

pub struct MessageActionItem {
    pub title: String,
}

Fields

A short title like 'Retry', 'Open Log' etc.

Trait Implementations

impl Debug for MessageActionItem
[src]

Formats the value using the given formatter.

impl PartialEq for MessageActionItem
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.