pub enum Matches<'a> {
CharIndices(&'a [usize]),
CharRange(usize, usize),
ByteRange(usize, usize),
}Variants§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Matches<'a>
impl<'a> Send for Matches<'a>
impl<'a> Sync for Matches<'a>
impl<'a> Unpin for Matches<'a>
impl<'a> UnwindSafe for Matches<'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