pub struct ParseException {
pub s: String,
pub error_offset: u8,
}Fields§
§s: String§error_offset: u8Trait Implementations§
Source§impl Debug for ParseException
impl Debug for ParseException
Source§impl PartialEq for ParseException
impl PartialEq for ParseException
impl StructuralPartialEq for ParseException
Auto Trait Implementations§
impl Freeze for ParseException
impl RefUnwindSafe for ParseException
impl Send for ParseException
impl Sync for ParseException
impl Unpin for ParseException
impl UnwindSafe for ParseException
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