pub struct ParseAutosarVersionError;
Expand description
Error type returned when from_str()
/ parse()
for AutosarVersion
fails
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseAutosarVersionError
impl RefUnwindSafe for ParseAutosarVersionError
impl Send for ParseAutosarVersionError
impl Sync for ParseAutosarVersionError
impl Unpin for ParseAutosarVersionError
impl UnwindSafe for ParseAutosarVersionError
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