Enum jujutsu_lib::workspace::WorkspaceInitError
source · pub enum WorkspaceInitError {
DestinationExists(PathBuf),
NonUnicodePath,
CheckOutCommit(CheckOutCommitError),
Path(PathError),
}Variants§
Trait Implementations§
source§impl Debug for WorkspaceInitError
impl Debug for WorkspaceInitError
source§impl Display for WorkspaceInitError
impl Display for WorkspaceInitError
source§impl Error for WorkspaceInitError
impl Error for WorkspaceInitError
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<CheckOutCommitError> for WorkspaceInitError
impl From<CheckOutCommitError> for WorkspaceInitError
source§fn from(source: CheckOutCommitError) -> Self
fn from(source: CheckOutCommitError) -> Self
Converts to this type from the input type.