pub enum CargoVersionError {
GitNotClean,
IoError(Error),
NoVersionFound,
SemVerError(SemVerError),
}Variants§
Auto Trait Implementations§
impl Freeze for CargoVersionError
impl !RefUnwindSafe for CargoVersionError
impl Send for CargoVersionError
impl Sync for CargoVersionError
impl Unpin for CargoVersionError
impl !UnwindSafe for CargoVersionError
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