pub struct Captures<'a, 'b> {
pub matches: Vec<Match<'a, 'b>>,
}
Fields§
§matches: Vec<Match<'a, 'b>>
Implementations§
Trait Implementations§
impl<'a, 'b> StructuralPartialEq for Captures<'a, 'b>
Auto Trait Implementations§
impl<'a, 'b> Freeze for Captures<'a, 'b>
impl<'a, 'b> RefUnwindSafe for Captures<'a, 'b>
impl<'a, 'b> Send for Captures<'a, 'b>
impl<'a, 'b> Sync for Captures<'a, 'b>
impl<'a, 'b> Unpin for Captures<'a, 'b>
impl<'a, 'b> UnwindSafe for Captures<'a, 'b>
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