pub enum ParseTuple0Error {}
Expand description
This enum combines all errors that can occur when parsing an tuple.
Trait Implementations§
Source§impl Debug for ParseTuple0Error
impl Debug for ParseTuple0Error
Source§impl Display for ParseTuple0Error
impl Display for ParseTuple0Error
Source§impl Error for ParseTuple0Error
impl Error for ParseTuple0Error
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()
Auto Trait Implementations§
impl Freeze for ParseTuple0Error
impl RefUnwindSafe for ParseTuple0Error
impl Send for ParseTuple0Error
impl Sync for ParseTuple0Error
impl Unpin for ParseTuple0Error
impl UnwindSafe for ParseTuple0Error
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