Struct alacritty::config::ui_config::Hint [−][src]
pub struct Hint {
pub regex: LazyRegex,
pub action: HintAction,
pub post_processing: bool,
pub mouse: Option<HintMouse>,
binding: Option<HintBinding>,
}Expand description
Hint configuration.
Fields
regex: LazyRegexRegex for finding matches.
action: HintActionAction executed when this hint is triggered.
post_processing: boolHint text post processing.
mouse: Option<HintMouse>Hint mouse highlighting.
binding: Option<HintBinding>Binding required to search for this hint.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl !RefUnwindSafe for Hint
impl !UnwindSafe for Hint
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.