pub struct ParserAtnPrediction {
pub alt: usize,
pub requires_full_context: bool,
pub has_semantic_context: bool,
pub diagnostic: Option<ParserAtnPredictionDiagnostic>,
}Fields§
§alt: usize§requires_full_context: bool§has_semantic_context: bool§diagnostic: Option<ParserAtnPredictionDiagnostic>Trait Implementations§
Source§impl Clone for ParserAtnPrediction
impl Clone for ParserAtnPrediction
Source§fn clone(&self) -> ParserAtnPrediction
fn clone(&self) -> ParserAtnPrediction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParserAtnPrediction
impl Debug for ParserAtnPrediction
impl Eq for ParserAtnPrediction
Source§impl PartialEq for ParserAtnPrediction
impl PartialEq for ParserAtnPrediction
impl StructuralPartialEq for ParserAtnPrediction
Auto Trait Implementations§
impl Freeze for ParserAtnPrediction
impl RefUnwindSafe for ParserAtnPrediction
impl Send for ParserAtnPrediction
impl Sync for ParserAtnPrediction
impl Unpin for ParserAtnPrediction
impl UnsafeUnpin for ParserAtnPrediction
impl UnwindSafe for ParserAtnPrediction
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