pub enum GitContextError {
GitNotFound,
NotRepository,
}Variants§
Trait Implementations§
Source§impl Clone for GitContextError
impl Clone for GitContextError
Source§fn clone(&self) -> GitContextError
fn clone(&self) -> GitContextError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GitContextError
impl Debug for GitContextError
Source§impl PartialEq for GitContextError
impl PartialEq for GitContextError
impl Copy for GitContextError
impl Eq for GitContextError
impl StructuralPartialEq for GitContextError
Auto Trait Implementations§
impl Freeze for GitContextError
impl RefUnwindSafe for GitContextError
impl Send for GitContextError
impl Sync for GitContextError
impl Unpin for GitContextError
impl UnsafeUnpin for GitContextError
impl UnwindSafe for GitContextError
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