pub struct ParseErrorRecord {
pub line_number: u64,
pub raw_truncated: String,
pub kind: ErrorKind,
}Expand description
单条解析错误的详细记录。
Fields§
§line_number: u64§raw_truncated: String§kind: ErrorKindTrait Implementations§
Source§impl Clone for ParseErrorRecord
impl Clone for ParseErrorRecord
Source§fn clone(&self) -> ParseErrorRecord
fn clone(&self) -> ParseErrorRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ParseErrorRecord
impl RefUnwindSafe for ParseErrorRecord
impl Send for ParseErrorRecord
impl Sync for ParseErrorRecord
impl Unpin for ParseErrorRecord
impl UnsafeUnpin for ParseErrorRecord
impl UnwindSafe for ParseErrorRecord
Blanket Implementations§
impl<T> Allocation for T
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