pub enum TableName {
Meaning,
Value,
Catcode,
Mathcode,
Sfcode,
Lccode,
Uccode,
Delcode,
Stash,
StashActive,
}Expand description
the kinds of tables bookkept in the State
Variants§
Meaning
token meaning
Value
all stateful values
Catcode
catcode bindings
Mathcode
mathcode bindings
Sfcode
sf code bindings
Lccode
lc code bindings
Uccode
uc code bindings
Delcode
del code bindings
Stash
stash of inactive named values
StashActive
active stash of named values
Implementations§
Trait Implementations§
impl Copy for TableName
impl Eq for TableName
impl StructuralPartialEq for TableName
Auto Trait Implementations§
impl Freeze for TableName
impl RefUnwindSafe for TableName
impl Send for TableName
impl Sync for TableName
impl Unpin for TableName
impl UnsafeUnpin for TableName
impl UnwindSafe for TableName
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more