pub struct PhysicLexer;Trait Implementations§
Source§impl Clone for PhysicLexer
impl Clone for PhysicLexer
Source§fn clone(&self) -> PhysicLexer
fn clone(&self) -> PhysicLexer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl TokenRecognizer for PhysicLexer
impl TokenRecognizer for PhysicLexer
Auto Trait Implementations§
impl Freeze for PhysicLexer
impl RefUnwindSafe for PhysicLexer
impl Send for PhysicLexer
impl Sync for PhysicLexer
impl Unpin for PhysicLexer
impl UnwindSafe for PhysicLexer
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