Struct serde_json::error::ErrorImpl
source · struct ErrorImpl {
code: ErrorCode,
line: usize,
column: usize,
}
Fields§
§code: ErrorCode
§line: usize
§column: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorImpl
impl !RefUnwindSafe for ErrorImpl
impl Send for ErrorImpl
impl Sync for ErrorImpl
impl Unpin for ErrorImpl
impl !UnwindSafe for ErrorImpl
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