pub enum LexerTokenType {
Show 47 variants
ParenL,
ParenR,
Comma,
İşlev,
Yazı,
Sayı,
De,
İken,
İse,
Yoksa,
Identifier,
Son,
Kopya,
Doğru,
Yanlış,
Artı,
ArtıArtı,
Eksi,
EksiEksi,
Çarpı,
Bölü,
Modulo,
Büyüktür,
Küçüktür,
İkiNoktaNokta,
İkiNokta,
BüyükEşittir,
KüçükEşittir,
Eşittir,
EşitDeğildir,
Değildir,
Takas,
Üst,
Döndür,
Ve,
Veya,
Girdi,
Koy,
At,
Ver,
Yükle,
Tipinde,
Hiç,
Blok,
InScopeParentL,
InScopeParentR,
EOF,
}Variants§
ParenL
ParenR
Comma
İşlev
Yazı
Sayı
De
İken
İse
Yoksa
Identifier
Son
Kopya
Doğru
Yanlış
Artı
ArtıArtı
Eksi
EksiEksi
Çarpı
Bölü
Modulo
Büyüktür
Küçüktür
İkiNoktaNokta
İkiNokta
BüyükEşittir
KüçükEşittir
Eşittir
EşitDeğildir
Değildir
Takas
Üst
Döndür
Ve
Veya
Girdi
Koy
At
Ver
Yükle
Tipinde
Hiç
Blok
InScopeParentL
InScopeParentR
EOF
Trait Implementations§
Source§impl Clone for LexerTokenType
impl Clone for LexerTokenType
Source§fn clone(&self) -> LexerTokenType
fn clone(&self) -> LexerTokenType
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 moreAuto Trait Implementations§
impl Freeze for LexerTokenType
impl RefUnwindSafe for LexerTokenType
impl Send for LexerTokenType
impl Sync for LexerTokenType
impl Unpin for LexerTokenType
impl UnwindSafe for LexerTokenType
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