Struct classreader::TypeAnnotation[][src]

pub struct TypeAnnotation {
    pub target_type: TargetType,
    pub target_info: TargetInfo,
    pub type_path: TypePath,
    pub type_index: u16,
    pub element_value_pairs: Vec<ElementValuePair>,
}

Fields

Trait Implementations

impl Debug for TypeAnnotation
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations