Struct php_parser_rs::lexer::Lexer
source · pub struct Lexer;
Implementations§
Trait Implementations§
source§impl PartialEq<Lexer> for Lexer
impl PartialEq<Lexer> for Lexer
impl Eq for Lexer
impl StructuralEq for Lexer
impl StructuralPartialEq for Lexer
Auto Trait Implementations§
impl RefUnwindSafe for Lexer
impl Send for Lexer
impl Sync for Lexer
impl Unpin for Lexer
impl UnwindSafe for Lexer
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