Struct alacritty::config::ui_config::LazyRegex [−][src]
pub struct LazyRegex(Rc<RefCell<LazyRegexVariant>>);Expand description
Lazy regex with interior mutability.
Tuple Fields
0: Rc<RefCell<LazyRegexVariant>>Implementations
Execute a function with the compiled regex DFAs as parameter.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LazyRegex
impl !UnwindSafe for LazyRegex
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.