pub struct RecoveryDecision {
pub strategy: RecoveryStrategy,
pub tokens_to_skip: usize,
pub message: String,
}Expand description
A parser recovery decision.
Fields§
§strategy: RecoveryStrategy§tokens_to_skip: usize§message: StringImplementations§
Auto Trait Implementations§
impl Freeze for RecoveryDecision
impl RefUnwindSafe for RecoveryDecision
impl Send for RecoveryDecision
impl Sync for RecoveryDecision
impl Unpin for RecoveryDecision
impl UnsafeUnpin for RecoveryDecision
impl UnwindSafe for RecoveryDecision
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