pub struct FailedPredicateError {
pub base: BaseRecognitionError,
pub rule_index: i32,
pub predicate: String,
}Expand description
See ANTLRError::PredicateError
Fields§
§base: BaseRecognitionError§rule_index: i32§predicate: StringTrait Implementations§
Source§impl Clone for FailedPredicateError
impl Clone for FailedPredicateError
Source§fn clone(&self) -> FailedPredicateError
fn clone(&self) -> FailedPredicateError
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 FailedPredicateError
impl RefUnwindSafe for FailedPredicateError
impl Send for FailedPredicateError
impl Sync for FailedPredicateError
impl Unpin for FailedPredicateError
impl UnwindSafe for FailedPredicateError
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