pub struct ErrorRecoveryResult {
pub document: GctfDocument,
pub diagnostics: DiagnosticCollection,
pub recovered_sections: usize,
pub failed_sections: usize,
}Expand description
Result of error recovery parsing
Fields§
§document: GctfDocument§diagnostics: DiagnosticCollection§recovered_sections: usize§failed_sections: usizeAuto Trait Implementations§
impl Freeze for ErrorRecoveryResult
impl RefUnwindSafe for ErrorRecoveryResult
impl Send for ErrorRecoveryResult
impl Sync for ErrorRecoveryResult
impl Unpin for ErrorRecoveryResult
impl UnsafeUnpin for ErrorRecoveryResult
impl UnwindSafe for ErrorRecoveryResult
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