Struct regex::Match
pub struct Match<'t> { /* fields hidden */ }
Documentation
Match represents a single match of a regex in a haystack.
The lifetime parameter 't
refers to the lifetime of the matched text.
Implementations
Trait Implementations
impl<'t> Debug for Match<'t>
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl<'t> StructuralEq for Match<'t>
impl<'t> StructuralPartialEq for Match<'t>
Auto Trait Implementations
impl<'t> RefUnwindSafe for Match<'t>
impl<'t> UnwindSafe for Match<'t>
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T