Enum syntex_syntax::ast::ExplicitSelf_
[−]
[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 |
|