[−][src]Enum antlr_rust::atn_state::ATNDecisionState
Variants
Fields of StarLoopEntry
loop_back_state: ATNStateRef
is_precedence: bool
Fields of BlockStartState
end_state: ATNStateRef
en: ATNBlockStart
Trait Implementations
impl Debug for ATNDecisionState
[src]
impl Eq for ATNDecisionState
[src]
impl PartialEq<ATNDecisionState> for ATNDecisionState
[src]
fn eq(&self, other: &ATNDecisionState) -> bool
[src]
fn ne(&self, other: &ATNDecisionState) -> bool
[src]
impl StructuralEq for ATNDecisionState
[src]
impl StructuralPartialEq for ATNDecisionState
[src]
Auto Trait Implementations
impl RefUnwindSafe for ATNDecisionState
impl Send for ATNDecisionState
impl Sync for ATNDecisionState
impl Unpin for ATNDecisionState
impl UnwindSafe for ATNDecisionState
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>,