pub struct ScanTupleError();Trait Implementations§
Source§impl Debug for ScanTupleError
impl Debug for ScanTupleError
Source§impl Display for ScanTupleError
impl Display for ScanTupleError
Source§impl Error for ScanTupleError
impl Error for ScanTupleError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for ScanTupleError
impl PartialEq for ScanTupleError
impl Eq for ScanTupleError
impl StructuralPartialEq for ScanTupleError
Auto Trait Implementations§
impl Freeze for ScanTupleError
impl RefUnwindSafe for ScanTupleError
impl Send for ScanTupleError
impl Sync for ScanTupleError
impl Unpin for ScanTupleError
impl UnsafeUnpin for ScanTupleError
impl UnwindSafe for ScanTupleError
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