Enum syntax::ast::PathListItemKind
[−]
[src]
pub enum PathListItemKind {
Ident {
name: Ident,
rename: Option<Ident>,
id: NodeId,
},
Mod {
rename: Option<Ident>,
id: NodeId,
},
}Unstable (
rustc_private)Variants
IdentUnstable (
rustc_private)Fields
name: Ident | Unstable ( rustc_private) |
rename: Option<Ident> | Unstable ( rustc_private)renamed in list, eg |
id: NodeId | Unstable ( rustc_private) |
ModUnstable (
rustc_private)Fields
rename: Option<Ident> | Unstable ( rustc_private)renamed in list, eg |
id: NodeId | Unstable ( rustc_private) |
Methods
impl PathListItemKind[src]
Trait Implementations
Derived Implementations
impl Copy for PathListItemKind[src]
impl Debug for PathListItemKind[src]
impl Hash for PathListItemKind[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.
impl Decodable for PathListItemKind[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<PathListItemKind, __D::Error>
impl Encodable for PathListItemKind[src]
impl Eq for PathListItemKind[src]
impl PartialEq for PathListItemKind[src]
fn eq(&self, __arg_0: &PathListItemKind) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PathListItemKind) -> bool
This method tests for !=.
impl Clone for PathListItemKind[src]
fn clone(&self) -> PathListItemKind
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