pub struct DeJsonErr {
pub msg: String,
pub line: usize,
pub col: usize,
}
Fields§
§msg: String
§line: usize
§col: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeJsonErr
impl RefUnwindSafe for DeJsonErr
impl Send for DeJsonErr
impl Sync for DeJsonErr
impl Unpin for DeJsonErr
impl UnwindSafe for DeJsonErr
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