pub struct LazyRegex(pub Arc<ArcSwap<Option<Regex>>>);
Tuple Fields§
§0: Arc<ArcSwap<Option<Regex>>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LazyRegex
impl RefUnwindSafe for LazyRegex
impl Send for LazyRegex
impl Sync for LazyRegex
impl Unpin for LazyRegex
impl UnwindSafe for LazyRegex
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