Enum rustc::middle::typeck::vtable_origin[src]
pub enum vtable_origin {
vtable_static(DefId, Substs, vtable_res),
vtable_param(param_index, uint),
vtable_error,
}Variants
vtable_static | |
vtable_param | |
vtable_error |
pub enum vtable_origin {
vtable_static(DefId, Substs, vtable_res),
vtable_param(param_index, uint),
vtable_error,
}vtable_static | |
vtable_param | |
vtable_error |
impl TypeFoldable for vtable_originfn fold_with<F: TypeFolder>(&self, folder: &mut F) -> vtable_originimpl Repr for vtable_originimpl Clone for vtable_originfn clone(&self) -> vtable_originfn 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).