Enum rustc::middle::typeck::infer::lattice::LatticeVarResult[src]
pub enum LatticeVarResult<K, T> {
VarResult(K),
ValueResult(T),
}Variants
VarResult | |
ValueResult |
pub enum LatticeVarResult<K, T> {
VarResult(K),
ValueResult(T),
}VarResult | |
ValueResult |
impl<K: Clone, T: Clone> Clone for LatticeVarResult<K, T>fn clone(&self) -> LatticeVarResult<K, T>fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).