pub enum PrefixResolution {
NoMatch,
SingleMatch(CommitId),
AmbiguousMatch,
}Variants§
Trait Implementations§
Source§impl Clone for PrefixResolution
impl Clone for PrefixResolution
Source§fn clone(&self) -> PrefixResolution
fn clone(&self) -> PrefixResolution
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrefixResolution
impl Debug for PrefixResolution
Source§impl PartialEq for PrefixResolution
impl PartialEq for PrefixResolution
impl Eq for PrefixResolution
impl StructuralPartialEq for PrefixResolution
Auto Trait Implementations§
impl Freeze for PrefixResolution
impl RefUnwindSafe for PrefixResolution
impl Send for PrefixResolution
impl Sync for PrefixResolution
impl Unpin for PrefixResolution
impl UnwindSafe for PrefixResolution
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