pub struct ScanErrorAt { /* private fields */ }
Expand description
Represents the position at which an error occurred.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScanErrorAt
impl RefUnwindSafe for ScanErrorAt
impl Send for ScanErrorAt
impl Sync for ScanErrorAt
impl Unpin for ScanErrorAt
impl UnwindSafe for ScanErrorAt
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