Struct alacritty::config::ui_config::Hints [−][src]
pub struct Hints {
alphabet: HintsAlphabet,
pub enabled: Vec<Hint>,
}Expand description
Regex terminal hints.
Fields
alphabet: HintsAlphabetCharacters for the hint labels.
enabled: Vec<Hint>All configured terminal hints.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Hints
impl !UnwindSafe for Hints
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.