Enum jujutsu_lib::index::PrefixResolution
source · pub enum PrefixResolution<T> {
NoMatch,
SingleMatch(T),
AmbiguousMatch,
}Variants§
Trait Implementations§
source§impl<T: Clone> Clone for PrefixResolution<T>
impl<T: Clone> Clone for PrefixResolution<T>
source§fn clone(&self) -> PrefixResolution<T>
fn clone(&self) -> PrefixResolution<T>
Returns a copy 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 more