pub struct CompiledFuncname { /* private fields */ }Expand description
A compiled funcname spec: newline-separated POSIX regexes tried in order;
a leading ! negates (a match rejects the line). Port of
xdiff_set_find_func + ff_regexp from upstream xdiff-interface.c.
Implementations§
Auto Trait Implementations§
impl Freeze for CompiledFuncname
impl RefUnwindSafe for CompiledFuncname
impl Send for CompiledFuncname
impl Sync for CompiledFuncname
impl Unpin for CompiledFuncname
impl UnsafeUnpin for CompiledFuncname
impl UnwindSafe for CompiledFuncname
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more