Enum jkcenum::errors::FromStrParseError
source · pub enum FromStrParseError {
InvalidStr(String),
}Variants§
Trait Implementations§
source§impl Debug for FromStrParseError
impl Debug for FromStrParseError
Auto Trait Implementations§
impl Freeze for FromStrParseError
impl RefUnwindSafe for FromStrParseError
impl Send for FromStrParseError
impl Sync for FromStrParseError
impl Unpin for FromStrParseError
impl UnwindSafe for FromStrParseError
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