[−][src]Enum climake::CLIMakeError
Primary error enum for exceptions related to methods inside of the climake module.
Variants
When attempting to parse arguments (usually inside of CLIMake::parse_args) the user did not enter any valid arguments. This will not run if a CLIMake::none_run is given.
This occurs when user tries to overwrite the non-movable help command
that is automatically generated. This is currently not passable if using
-h or --help or help.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CLIMakeError
impl Send for CLIMakeError
impl Sync for CLIMakeError
impl Unpin for CLIMakeError
impl UnwindSafe for CLIMakeError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,