pub struct InputMisMatchError {
pub base: BaseRecognitionError,
}Expand description
See ANTLRError::InputMismatchError
Fields§
§base: BaseRecognitionErrorTrait Implementations§
Source§impl Clone for InputMisMatchError
impl Clone for InputMisMatchError
Source§fn clone(&self) -> InputMisMatchError
fn clone(&self) -> InputMisMatchError
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 InputMisMatchError
impl RefUnwindSafe for InputMisMatchError
impl Send for InputMisMatchError
impl Sync for InputMisMatchError
impl Unpin for InputMisMatchError
impl UnwindSafe for InputMisMatchError
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