pub struct ParsingErrorInner { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParsingErrorInner
impl RefUnwindSafe for ParsingErrorInner
impl Send for ParsingErrorInner
impl Sync for ParsingErrorInner
impl Unpin for ParsingErrorInner
impl UnwindSafe for ParsingErrorInner
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