pub struct LabelMatcher<I>(pub I);Expand description
A label accumulator which matches against existing characters
Tuple Fields§
§0: ITrait Implementations§
Source§impl<T: Iterator<Item = char>> Label for LabelMatcher<T>
impl<T: Iterator<Item = char>> Label for LabelMatcher<T>
Auto Trait Implementations§
impl<I> Freeze for LabelMatcher<I>where
I: Freeze,
impl<I> RefUnwindSafe for LabelMatcher<I>where
I: RefUnwindSafe,
impl<I> Send for LabelMatcher<I>where
I: Send,
impl<I> Sync for LabelMatcher<I>where
I: Sync,
impl<I> Unpin for LabelMatcher<I>where
I: Unpin,
impl<I> UnwindSafe for LabelMatcher<I>where
I: UnwindSafe,
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