#[repr(u8)]pub enum ProdID {
Show 28 variants
Start = 0,
Term1 = 1,
Term2 = 2,
Term3 = 3,
Term4 = 4,
Func = 5,
List = 6,
Nil = 7,
List2 = 8,
Tuple = 9,
Unit = 10,
Atom = 11,
Var = 12,
Int = 13,
Real = 14,
Date = 15,
Str = 16,
Bin = 17,
Infix1 = 18,
Infix2 = 19,
Prefix1 = 20,
Prefix2 = 21,
Postfix1 = 22,
Postfix2 = 23,
Seq1 = 24,
Seq2 = 25,
BareSeq1 = 26,
BareSeq2 = 27,
}Variants§
Start = 0
Term1 = 1
Term2 = 2
Term3 = 3
Term4 = 4
Func = 5
List = 6
Nil = 7
List2 = 8
Tuple = 9
Unit = 10
Atom = 11
Var = 12
Int = 13
Real = 14
Date = 15
Str = 16
Bin = 17
Infix1 = 18
Infix2 = 19
Prefix1 = 20
Prefix2 = 21
Postfix1 = 22
Postfix2 = 23
Seq1 = 24
Seq2 = 25
BareSeq1 = 26
BareSeq2 = 27
Implementations§
Trait Implementations§
Source§impl ParserProdID for ProdID
impl ParserProdID for ProdID
impl Copy for ProdID
impl Eq for ProdID
impl StructuralPartialEq for ProdID
Auto Trait Implementations§
impl Freeze for ProdID
impl RefUnwindSafe for ProdID
impl Send for ProdID
impl Sync for ProdID
impl Unpin for ProdID
impl UnwindSafe for ProdID
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.