Enum cnf_lib::environment::toolbx::StartToolbxError
source · pub enum StartToolbxError {
NeedPodman,
Podman(Output),
NonExistent(String),
IoError(Error),
}Variants§
Trait Implementations§
source§impl Debug for StartToolbxError
impl Debug for StartToolbxError
source§impl Display for StartToolbxError
impl Display for StartToolbxError
source§impl Error for StartToolbxError
impl Error for StartToolbxError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for StartToolbxError
impl From<Error> for StartToolbxError
source§impl From<StartToolbxError> for StartError
impl From<StartToolbxError> for StartError
source§fn from(source: StartToolbxError) -> Self
fn from(source: StartToolbxError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for StartToolbxError
impl Send for StartToolbxError
impl Sync for StartToolbxError
impl Unpin for StartToolbxError
impl !UnwindSafe for StartToolbxError
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