Struct vec_reg_common::CompiledRegex
source · [−]pub struct CompiledRegex<I> { /* private fields */ }Implementations
Auto Trait Implementations
impl<I> !RefUnwindSafe for CompiledRegex<I>
impl<I> !Send for CompiledRegex<I>
impl<I> !Sync for CompiledRegex<I>
impl<I> Unpin for CompiledRegex<I>
impl<I> !UnwindSafe for CompiledRegex<I>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more