Enum rustdoc::clean::PathKind[][src]

enum PathKind {
    Unknown,
    Macro,
    Value,
    Type,
}

Variants

can be either value or type, not a macro

macro

values, functions, consts, statics, everything in the value namespace

types, traits, everything in the type namespace

Trait Implementations

impl Debug for PathKind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PathKind

impl Sync for PathKind