Enum cnf_lib::environment::distrobox::NewDistroboxError
source · pub enum NewDistroboxError {
NeedPodman,
Podman(Output),
NonExistent(String),
IoError(Error),
UnknownDefault(DefaultToolbxError),
}Variants§
Trait Implementations§
source§impl Debug for NewDistroboxError
impl Debug for NewDistroboxError
source§impl Display for NewDistroboxError
impl Display for NewDistroboxError
source§impl Error for NewDistroboxError
impl Error for NewDistroboxError
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<DefaultToolbxError> for NewDistroboxError
impl From<DefaultToolbxError> for NewDistroboxError
source§fn from(source: DefaultToolbxError) -> Self
fn from(source: DefaultToolbxError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for NewDistroboxError
impl Send for NewDistroboxError
impl Sync for NewDistroboxError
impl Unpin for NewDistroboxError
impl !UnwindSafe for NewDistroboxError
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