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

pub enum UserIdentifiedItem {
    ItemViaNode(NodeId),
    ItemViaPath(Vec<String>),
}
Unstable (rustc_private)

Variants

ItemViaNode(NodeId)
Unstable (rustc_private)
ItemViaPath(Vec<String>)
Unstable (rustc_private)

Trait Implementations

impl FromStr for UserIdentifiedItem
[src]

type Err = ()

The associated error which can be returned from parsing.

fn from_str(s: &str) -> Result<UserIdentifiedItem()>

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

Derived Implementations

impl Debug for UserIdentifiedItem
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for UserIdentifiedItem
[src]

fn clone(&self) -> UserIdentifiedItem

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more