pub enum LexerKeyword {
Per,
PercentChar,
In,
DoubleQuotes,
Mercury,
Hg,
PoundForce,
Force,
Revolution,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for LexerKeyword
impl Clone for LexerKeyword
Source§fn clone(&self) -> LexerKeyword
fn clone(&self) -> LexerKeyword
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 Debug for LexerKeyword
impl Debug for LexerKeyword
Source§impl PartialEq for LexerKeyword
impl PartialEq for LexerKeyword
impl StructuralPartialEq for LexerKeyword
Auto Trait Implementations§
impl Freeze for LexerKeyword
impl RefUnwindSafe for LexerKeyword
impl Send for LexerKeyword
impl Sync for LexerKeyword
impl Unpin for LexerKeyword
impl UnwindSafe for LexerKeyword
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