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 CapturesTrait 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