pub enum SelectRef {
AnnotatedTags,
AllTags,
AllRefs,
}
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
Auto Trait Implementations
impl RefUnwindSafe for SelectRef
impl Send for SelectRef
impl Sync for SelectRef
impl Unpin for SelectRef
impl UnwindSafe for SelectRef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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