Struct ExGetEnd
pub struct ExGetEnd<'a> { /* private fields */ }
Expand description
Default-param extender for RegExMatch::get_end_ex
.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExGetEnd<'a>
impl<'a> RefUnwindSafe for ExGetEnd<'a>
impl<'a> !Send for ExGetEnd<'a>
impl<'a> !Sync for ExGetEnd<'a>
impl<'a> Unpin for ExGetEnd<'a>
impl<'a> UnwindSafe for ExGetEnd<'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