enum IndicesIter<'a> {
Ascii(Filter<AsciiWordBoundIter<'a>, fn(&(usize, &'a str)) -> bool>),
Unicode(Filter<UWordBoundIndices<'a>, fn(&(usize, &'a str)) -> bool>),
}Variants§
Ascii(Filter<AsciiWordBoundIter<'a>, fn(&(usize, &'a str)) -> bool>)
Unicode(Filter<UWordBoundIndices<'a>, fn(&(usize, &'a str)) -> bool>)
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for IndicesIter<'a>
impl<'a> RefUnwindSafe for IndicesIter<'a>
impl<'a> Send for IndicesIter<'a>
impl<'a> Sync for IndicesIter<'a>
impl<'a> Unpin for IndicesIter<'a>
impl<'a> UnwindSafe for IndicesIter<'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