pub struct NoViableAltError {
pub base: BaseRecognitionError,
pub start_token: OwningToken,
}Expand description
See ANTLRError::NoAltError
Fields§
§base: BaseRecognitionError§start_token: OwningTokenTrait Implementations§
Source§impl Clone for NoViableAltError
impl Clone for NoViableAltError
Source§fn clone(&self) -> NoViableAltError
fn clone(&self) -> NoViableAltError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NoViableAltError
impl RefUnwindSafe for NoViableAltError
impl Send for NoViableAltError
impl Sync for NoViableAltError
impl Unpin for NoViableAltError
impl UnwindSafe for NoViableAltError
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