Struct git_wrapper::InvalidRefError
source · [−]pub struct InvalidRefError;
Expand description
Invalid git reference was provided
Trait Implementations
sourceimpl Debug for InvalidRefError
impl Debug for InvalidRefError
sourceimpl PartialEq<InvalidRefError> for InvalidRefError
impl PartialEq<InvalidRefError> for InvalidRefError
impl StructuralPartialEq for InvalidRefError
Auto Trait Implementations
impl RefUnwindSafe for InvalidRefError
impl Send for InvalidRefError
impl Sync for InvalidRefError
impl Unpin for InvalidRefError
impl UnwindSafe for InvalidRefError
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