pub enum AtnType {
Lexer,
Parser,
}Expand description
Distinguishes lexer ATNs from parser ATNs in serialized grammar metadata.
Variants§
Trait Implementations§
impl Copy for AtnType
impl Eq for AtnType
impl StructuralPartialEq for AtnType
Auto Trait Implementations§
impl Freeze for AtnType
impl RefUnwindSafe for AtnType
impl Send for AtnType
impl Sync for AtnType
impl Unpin for AtnType
impl UnsafeUnpin for AtnType
impl UnwindSafe for AtnType
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