Enum jbcrs_basic::TypePathKind [] [src]

pub enum TypePathKind {
    ArrayType,
    NestedType,
    WildcardType,
    Type,
}

Variants

Annotation is deeper in an array kind

Annotation is deeper in a nested type

Annotation is on the bound of a wildcard type argument of a parameterized type

Annotation is on a type argument of a parameterized type

Trait Implementations

impl Debug for TypePathKind
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TypePathKind

impl Sync for TypePathKind