Enum git_refspec::match_group::validate::Fix
source · Expand description
All possible fixes corrected while validating matched mappings.
Variants§
MappingWithPartialDestinationRemoved
Fields
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§
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more