[−][src]Enum antlr_rust::atn_state::ATNStateType
Variants
Fields of RuleStartState
stop_state: ATNStateRef
is_left_recursive: bool
BlockEndState(ATNStateRef)
LoopEndState(ATNStateRef)
Fields of DecisionState
Trait Implementations
impl Debug for ATNStateType
[src]
impl Eq for ATNStateType
[src]
impl PartialEq<ATNStateType> for ATNStateType
[src]
fn eq(&self, other: &ATNStateType) -> bool
[src]
fn ne(&self, other: &ATNStateType) -> bool
[src]
impl StructuralEq for ATNStateType
[src]
impl StructuralPartialEq for ATNStateType
[src]
Auto Trait Implementations
impl RefUnwindSafe for ATNStateType
impl Send for ATNStateType
impl Sync for ATNStateType
impl Unpin for ATNStateType
impl UnwindSafe for ATNStateType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,