pub enum VersionError {
IoError(Error),
TomlDeError(Error),
TomlSerError(Error),
RegexError(Error),
IncompleteCommand,
InvalidOperation,
NoCommand,
NoValue,
NoNegatives,
}
Variants§
IoError(Error)
TomlDeError(Error)
TomlSerError(Error)
RegexError(Error)
IncompleteCommand
InvalidOperation
NoCommand
NoValue
NoNegatives
Implementations§
Trait Implementations§
Source§impl Debug for VersionError
impl Debug for VersionError
Source§impl Display for VersionError
impl Display for VersionError
Auto Trait Implementations§
impl Freeze for VersionError
impl !RefUnwindSafe for VersionError
impl Send for VersionError
impl Sync for VersionError
impl Unpin for VersionError
impl !UnwindSafe for VersionError
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