Enum rustc::middle::mem_categorization::InteriorKind[src]
pub enum InteriorKind {
InteriorField(FieldName),
InteriorElement(ElementKind),
}Variants
InteriorField | |
InteriorElement |
pub enum InteriorKind {
InteriorField(FieldName),
InteriorElement(ElementKind),
}InteriorField | |
InteriorElement |
impl Repr for InteriorKindimpl<__S: Writer> Hash<__S> for InteriorKindfn hash(&self, __arg_0: &mut __S)impl Eq for InteriorKindfn assert_receiver_is_total_eq(&self)impl PartialEq for InteriorKindfn eq(&self, __arg_0: &InteriorKind) -> boolfn ne(&self, __arg_0: &InteriorKind) -> boolimpl Clone for InteriorKindfn clone(&self) -> InteriorKindfn 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).