Enum git_stree::SubtreesError
source · [−]Expand description
Failed to initialize Subtrees
Variants
RepoNotFound
InvalidConfig(String)
InvalidDirectory(String)
Trait Implementations
sourceimpl Debug for SubtreesError
impl Debug for SubtreesError
sourceimpl From<ConfigError> for SubtreesError
impl From<ConfigError> for SubtreesError
sourcefn from(err: ConfigError) -> Self
fn from(err: ConfigError) -> Self
Performs the conversion.
sourceimpl From<RepoError> for SubtreesError
impl From<RepoError> for SubtreesError
sourceimpl PartialEq<SubtreesError> for SubtreesError
impl PartialEq<SubtreesError> for SubtreesError
sourcefn eq(&self, other: &SubtreesError) -> bool
fn eq(&self, other: &SubtreesError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SubtreesError) -> bool
fn ne(&self, other: &SubtreesError) -> bool
This method tests for !=
.
impl StructuralPartialEq for SubtreesError
Auto Trait Implementations
impl RefUnwindSafe for SubtreesError
impl Send for SubtreesError
impl Sync for SubtreesError
impl Unpin for SubtreesError
impl UnwindSafe for SubtreesError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more