pub struct Mapper {
pub token_list: Vec<Token>,
pub position: usize,
}
Fields§
§token_list: Vec<Token>
§position: usize
Implementations§
Auto Trait Implementations§
impl Freeze for Mapper
impl RefUnwindSafe for Mapper
impl Send for Mapper
impl Sync for Mapper
impl Unpin for Mapper
impl UnwindSafe for Mapper
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