Struct ExGetStart
pub struct ExGetStart<'ex> { /* private fields */ }Expand description
Default-param extender for RegExMatch::get_start_ex.
Implementations§
§impl<'ex> ExGetStart<'ex>
impl<'ex> ExGetStart<'ex>
pub fn name(self, name: &'ex Variant) -> ExGetStart<'ex>
pub fn done(self) -> i32
Auto Trait Implementations§
impl<'ex> Freeze for ExGetStart<'ex>
impl<'ex> RefUnwindSafe for ExGetStart<'ex>
impl<'ex> !Send for ExGetStart<'ex>
impl<'ex> !Sync for ExGetStart<'ex>
impl<'ex> Unpin for ExGetStart<'ex>
impl<'ex> UnwindSafe for ExGetStart<'ex>
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