Struct reverse_proxy_service::rewrite::RegexAll
source · pub struct RegexAll<Rep>(pub LibRegex, pub Rep);
Expand description
Tuple Fields§
§0: LibRegex
§1: Rep
Trait Implementations§
Auto Trait Implementations§
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