pub struct Captures<'t> { /* private fields */ }Expand description
Captured groups from a regex match.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for Captures<'t>
impl<'t> RefUnwindSafe for Captures<'t>
impl<'t> Send for Captures<'t>
impl<'t> Sync for Captures<'t>
impl<'t> Unpin for Captures<'t>
impl<'t> UnwindSafe for Captures<'t>
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