pub struct RegexAll<Rep>(pub Regex, pub Rep);
Expand description
Tuple Fields§
§0: Regex
§1: Rep
Trait Implementations§
Auto Trait Implementations§
impl<Rep> Freeze for RegexAll<Rep>where
Rep: Freeze,
impl<Rep> RefUnwindSafe for RegexAll<Rep>where
Rep: RefUnwindSafe,
impl<Rep> Send for RegexAll<Rep>where
Rep: Send,
impl<Rep> Sync for RegexAll<Rep>where
Rep: Sync,
impl<Rep> Unpin for RegexAll<Rep>where
Rep: Unpin,
impl<Rep> UnwindSafe for RegexAll<Rep>where
Rep: UnwindSafe,
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