Enum git_stree::AdditionError
source · [−]pub enum AdditionError {
BareRepository,
WorkTreeDirty,
InvalidVersion(String),
WriteConfig(String),
Failure(String, i32),
}
Expand description
Failed adding a new subtree to a repository fails
Variants
BareRepository
WorkTreeDirty
InvalidVersion(String)
WriteConfig(String)
Failure(String, i32)
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.