Enum syntax::ast::ExplicitSelf_Experimental
[-]
[+]
[src]
pub enum ExplicitSelf_ {
SelfStatic,
SelfValue(Ident),
SelfRegion(Option<Lifetime>, Mutability, Ident),
SelfExplicit(P<Ty>, Ident),
}Represents the kind of 'self' associated with a method
Variants
SelfStatic | No self |
SelfValue |
|
SelfRegion |
|
SelfExplicit |
|