pub struct LexMatch {
pub elements: Vec<LexedElement>,
/* private fields */
}
Expand description
A class to hold matches from the lexer.
Fields§
§elements: Vec<LexedElement>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LexMatch
impl !Send for LexMatch
impl !Sync for LexMatch
impl Unpin for LexMatch
impl !UnwindSafe for LexMatch
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