Struct gix_refspec::match_group::Mapping
source · pub struct Mapping<'a, 'b> {
pub item_index: Option<usize>,
pub lhs: SourceRef<'a>,
pub rhs: Option<Cow<'b, BStr>>,
pub spec_index: usize,
}
Expand description
A mapping from a remote to a local refs for fetches or local to remote refs for pushes.
Mappings are like edges in a graph, initially without any constraints.
Fields§
§item_index: Option<usize>
The index into the initial items
list that matched against a spec.
lhs: SourceRef<'a>
The name of the remote side for fetches or the local one for pushes that matched.
rhs: Option<Cow<'b, BStr>>
The name of the local side for fetches or the remote one for pushes that corresponds to lhs
, if available.
spec_index: usize
The index of the matched ref-spec as seen from the match group.
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for Mapping<'a, 'b>
impl<'a, 'b> RefUnwindSafe for Mapping<'a, 'b>
impl<'a, 'b> Send for Mapping<'a, 'b>
impl<'a, 'b> Sync for Mapping<'a, 'b>
impl<'a, 'b> Unpin for Mapping<'a, 'b>
impl<'a, 'b> UnwindSafe for Mapping<'a, 'b>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)