pub struct JsonIndexError {
pub index: usize,
pub len: usize,
}Fields§
§index: usize§len: usizeTrait Implementations§
Source§impl Debug for JsonIndexError
impl Debug for JsonIndexError
Source§impl Display for JsonIndexError
impl Display for JsonIndexError
Source§impl PartialEq for JsonIndexError
impl PartialEq for JsonIndexError
Auto Trait Implementations§
impl Freeze for JsonIndexError
impl RefUnwindSafe for JsonIndexError
impl Send for JsonIndexError
impl Sync for JsonIndexError
impl Unpin for JsonIndexError
impl UnwindSafe for JsonIndexError
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