pub struct Utf8Lexer { /* private fields */ }
Expand description
UTF-8 compatible lexer
Implementations§
Auto Trait Implementations§
impl Freeze for Utf8Lexer
impl RefUnwindSafe for Utf8Lexer
impl Send for Utf8Lexer
impl Sync for Utf8Lexer
impl Unpin for Utf8Lexer
impl UnwindSafe for Utf8Lexer
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