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