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