Enum classreader::TargetType [] [src]

pub enum TargetType {
    Type,
    Method,
    Supertype,
    TypeBound,
    MethodBound,
    Field,
    MethodReturnType,
    ReceiverType,
    Parameter,
    Throws,
    LocalVariableDeclaration,
    ResourceVariableDeclaration,
    ExceptionParameterDeclaration,
    Instanceof,
    New,
    MethodReferenceNew,
    MethodReference,
    Cast,
    ConstructorArgument,
    MethodArgument,
    MethodReferenceNewArgument,
    MethodReferenceArgument,
}

Variants

Trait Implementations

impl Debug for TargetType
[src]

Formats the value using the given formatter.