Enum apple_clis::CreateInstanceError
source · pub enum CreateInstanceError {
CommandExecution(Error),
PathNotUtf8(FromPathBufError),
}Variants§
CommandExecution(Error)
PathNotUtf8(FromPathBufError)
Trait Implementations§
source§impl Debug for CreateInstanceError
impl Debug for CreateInstanceError
source§impl Display for CreateInstanceError
impl Display for CreateInstanceError
source§impl Error for CreateInstanceError
impl Error for CreateInstanceError
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 CreateInstanceError
impl From<Error> for CreateInstanceError
source§impl From<FromPathBufError> for CreateInstanceError
impl From<FromPathBufError> for CreateInstanceError
source§fn from(source: FromPathBufError) -> Self
fn from(source: FromPathBufError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for CreateInstanceError
impl Send for CreateInstanceError
impl Sync for CreateInstanceError
impl Unpin for CreateInstanceError
impl UnwindSafe for CreateInstanceError
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