Struct alacritty::display::hint::HintMatch [−][src]
pub struct HintMatch {
pub action: HintAction,
pub bounds: Match,
}Expand description
Hint match which was selected by the user.
Fields
action: HintActionAction for handling the text.
bounds: MatchTerminal range matching the hint.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HintMatch
impl UnwindSafe for HintMatch
Blanket Implementations
Mutably borrows from an owned value. Read more