Struct syntex_syntax::ast::PathListItem_ [] [src]

pub struct PathListItem_ {
    pub name: Ident,
    pub rename: Option<Ident>,
    pub id: NodeId,
}

Fields

renamed in list, e.g. use foo::{bar as baz};

Trait Implementations

impl Clone for PathListItem_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PathListItem_
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PathListItem_
[src]

impl Hash for PathListItem_
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for PathListItem_
[src]

Formats the value using the given formatter.

impl Copy for PathListItem_
[src]