Struct regex_automata::util::captures::CapturesDebugMap
source · struct CapturesDebugMap<'a> {
pid: PatternID,
caps: &'a Captures,
}
Expand description
A little helper type to provide a nice map-like debug representation for our capturing group spans.
Fields§
§pid: PatternID
§caps: &'a Captures
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CapturesDebugMap<'a>
impl<'a> RefUnwindSafe for CapturesDebugMap<'a>
impl<'a> Send for CapturesDebugMap<'a>
impl<'a> Sync for CapturesDebugMap<'a>
impl<'a> Unpin for CapturesDebugMap<'a>
impl<'a> UnwindSafe for CapturesDebugMap<'a>
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