Enum rustc_driver::pretty::UserIdentifiedItem [] [src]

pub enum UserIdentifiedItem {
    ItemViaNode(NodeId),
    ItemViaPath(Vec<String>),
}
🔬 This is a nightly-only experimental API. (rustc_private)

Variants

🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl Clone for UserIdentifiedItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserIdentifiedItem
[src]

Formats the value using the given formatter.

impl FromStr for UserIdentifiedItem
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more