pub struct StringFromStrError;
Expand description
Error returned if FromStr failed
Trait Implementations§
Source§impl Clone for StringFromStrError
impl Clone for StringFromStrError
Source§fn clone(&self) -> StringFromStrError
fn clone(&self) -> StringFromStrError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StringFromStrError
impl Debug for StringFromStrError
Source§impl Display for StringFromStrError
impl Display for StringFromStrError
Source§impl Error for StringFromStrError
impl Error for StringFromStrError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
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
Source§impl Hash for StringFromStrError
impl Hash for StringFromStrError
Source§impl PartialEq for StringFromStrError
impl PartialEq for StringFromStrError
impl Copy for StringFromStrError
impl Eq for StringFromStrError
impl StructuralPartialEq for StringFromStrError
Auto Trait Implementations§
impl Freeze for StringFromStrError
impl RefUnwindSafe for StringFromStrError
impl Send for StringFromStrError
impl Sync for StringFromStrError
impl Unpin for StringFromStrError
impl UnwindSafe for StringFromStrError
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