Enum rustc_typeck::middle::ty::ExplicitSelfCategoryExperimental
[-]
[+]
[src]
pub enum ExplicitSelfCategory {
StaticExplicitSelfCategory,
ByValueExplicitSelfCategory,
ByReferenceExplicitSelfCategory(Region, Mutability),
ByBoxExplicitSelfCategory,
}The category of explicit self.
Variants
StaticExplicitSelfCategory | |
ByValueExplicitSelfCategory | |
ByReferenceExplicitSelfCategory | |
ByBoxExplicitSelfCategory |