pub struct TryFromStrError;
Expand description
An error returned by the TryFrom<&str>
implementation for enums if an invalid value is
provided.
Trait Implementations§
Source§impl Debug for TryFromStrError
impl Debug for TryFromStrError
Auto Trait Implementations§
impl Freeze for TryFromStrError
impl RefUnwindSafe for TryFromStrError
impl Send for TryFromStrError
impl Sync for TryFromStrError
impl Unpin for TryFromStrError
impl UnwindSafe for TryFromStrError
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