Enum git_stree::ConfigError
source · [−]Expand description
Failed reading or parsing a .gitsubtrees
file.
Variants
ReadFailed(PathBuf)
ParseFailed(PathBuf)
Trait Implementations
sourceimpl Debug for ConfigError
impl Debug for ConfigError
sourceimpl Display for ConfigError
impl Display for ConfigError
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<ConfigError> for FindError
impl From<ConfigError> for FindError
sourcefn from(err: ConfigError) -> Self
fn from(err: ConfigError) -> Self
Performs the conversion.
sourceimpl PartialEq<ConfigError> for ConfigError
impl PartialEq<ConfigError> for ConfigError
sourcefn eq(&self, other: &ConfigError) -> bool
fn eq(&self, other: &ConfigError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ConfigError) -> bool
fn ne(&self, other: &ConfigError) -> bool
This method tests for !=
.
impl StructuralPartialEq for ConfigError
Auto Trait Implementations
impl RefUnwindSafe for ConfigError
impl Send for ConfigError
impl Sync for ConfigError
impl Unpin for ConfigError
impl UnwindSafe for ConfigError
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