pub enum SelectRef {
AnnotatedTags,
AllTags,
AllRefs,
}Available on crate feature
revision only.Expand description
A selector to choose what kind of references should contribute to names.
Variants§
AnnotatedTags
Only use annotated tags for names.
AllTags
Use all tags for names, annotated or plain reference.
AllRefs
Use all references, including local branch names.
Trait Implementations§
Source§impl Ord for SelectRef
impl Ord for SelectRef
Source§impl PartialOrd for SelectRef
impl PartialOrd for SelectRef
impl Copy for SelectRef
impl Eq for SelectRef
impl StructuralPartialEq for SelectRef
Auto Trait Implementations§
impl Freeze for SelectRef
impl RefUnwindSafe for SelectRef
impl Send for SelectRef
impl Sync for SelectRef
impl Unpin for SelectRef
impl UnwindSafe for SelectRef
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§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.