pub struct QueryLexer {
pub position: usize,
pub read_position: usize,
pub ch: char,
/* private fields */
}Fields§
§position: usize§read_position: usize§ch: charImplementations§
Source§impl QueryLexer
impl QueryLexer
Auto Trait Implementations§
impl Freeze for QueryLexer
impl RefUnwindSafe for QueryLexer
impl Send for QueryLexer
impl Sync for QueryLexer
impl Unpin for QueryLexer
impl UnwindSafe for QueryLexer
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