pub struct FromStrErr;Trait Implementations§
Source§impl Debug for FromStrErr
impl Debug for FromStrErr
Source§impl Display for FromStrErr
impl Display for FromStrErr
Source§impl Error for FromStrErr
impl Error for FromStrErr
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 FromStrErr
impl RefUnwindSafe for FromStrErr
impl Send for FromStrErr
impl Sync for FromStrErr
impl Unpin for FromStrErr
impl UnwindSafe for FromStrErr
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