pub struct JsonErrorPosition {
pub line: usize,
pub column: usize,
}Fields§
§line: usize§column: usizeTrait Implementations§
Source§impl Clone for JsonErrorPosition
impl Clone for JsonErrorPosition
Source§fn clone(&self) -> JsonErrorPosition
fn clone(&self) -> JsonErrorPosition
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 moreSource§impl Debug for JsonErrorPosition
impl Debug for JsonErrorPosition
Source§impl PartialEq for JsonErrorPosition
impl PartialEq for JsonErrorPosition
Source§fn eq(&self, other: &JsonErrorPosition) -> bool
fn eq(&self, other: &JsonErrorPosition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for JsonErrorPosition
impl Eq for JsonErrorPosition
impl StructuralPartialEq for JsonErrorPosition
Auto Trait Implementations§
impl Freeze for JsonErrorPosition
impl RefUnwindSafe for JsonErrorPosition
impl Send for JsonErrorPosition
impl Sync for JsonErrorPosition
impl Unpin for JsonErrorPosition
impl UnsafeUnpin for JsonErrorPosition
impl UnwindSafe for JsonErrorPosition
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