Enum git_refspec::match_group::validate::Fix
source · [−]Expand description
All possible fixes corrected while validating matched mappings.
Variants
MappingWithPartialDestinationRemoved
Fields
name: BString
The destination ref name that was ignored.
spec: RefSpec
The spec that defined the mapping
Removed a mapping that contained a partial destination entirely.
Trait Implementations
impl Eq for Fix
impl StructuralEq for Fix
impl StructuralPartialEq for Fix
Auto Trait Implementations
impl RefUnwindSafe for Fix
impl Send for Fix
impl Sync for Fix
impl Unpin for Fix
impl UnwindSafe for Fix
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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