pub struct RegexCache { /* private fields */ }Expand description
Global regex cache for dynamic patterns
Implementations§
Trait Implementations§
Source§impl Debug for RegexCache
impl Debug for RegexCache
Auto Trait Implementations§
impl Freeze for RegexCache
impl RefUnwindSafe for RegexCache
impl Send for RegexCache
impl Sync for RegexCache
impl Unpin for RegexCache
impl UnsafeUnpin for RegexCache
impl UnwindSafe for RegexCache
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