Struct ExSearchAll
pub struct ExSearchAll<'ex> { /* private fields */ }Expand description
Default-param extender for RegEx::search_all_ex.
Implementations§
§impl<'ex> ExSearchAll<'ex>
impl<'ex> ExSearchAll<'ex>
pub fn offset(self, offset: i32) -> ExSearchAll<'ex>
pub fn end(self, end: i32) -> ExSearchAll<'ex>
pub fn done(self) -> Array<Gd<RegExMatch>>
Auto Trait Implementations§
impl<'ex> Freeze for ExSearchAll<'ex>
impl<'ex> RefUnwindSafe for ExSearchAll<'ex>
impl<'ex> !Send for ExSearchAll<'ex>
impl<'ex> !Sync for ExSearchAll<'ex>
impl<'ex> Unpin for ExSearchAll<'ex>
impl<'ex> UnwindSafe for ExSearchAll<'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