pub enum CmakeConfigurationError {
MissingRequiredEnvVar(String),
CargoTargetToFel4TargetMismatch(String, String),
}Variants§
Trait Implementations§
Source§impl Clone for CmakeConfigurationError
impl Clone for CmakeConfigurationError
Source§fn clone(&self) -> CmakeConfigurationError
fn clone(&self) -> CmakeConfigurationError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CmakeConfigurationError
impl Debug for CmakeConfigurationError
Source§impl Display for CmakeConfigurationError
impl Display for CmakeConfigurationError
Source§impl Fail for CmakeConfigurationError
impl Fail for CmakeConfigurationError
Source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read moreSource§impl PartialEq for CmakeConfigurationError
impl PartialEq for CmakeConfigurationError
impl StructuralPartialEq for CmakeConfigurationError
Auto Trait Implementations§
impl Freeze for CmakeConfigurationError
impl RefUnwindSafe for CmakeConfigurationError
impl Send for CmakeConfigurationError
impl Sync for CmakeConfigurationError
impl Unpin for CmakeConfigurationError
impl UnwindSafe for CmakeConfigurationError
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