Struct syntax::ast::PathListIdent_[src]
pub struct PathListIdent_ {
pub name: Ident,
pub id: NodeId,
}Fields
name | |
id |
pub struct PathListIdent_ {
pub name: Ident,
pub id: NodeId,
}name | |
id |
impl<__S: Writer> Hash<__S> for PathListIdent_fn hash(&self, __arg_0: &mut __S)impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for PathListIdent_fn decode(__arg_0: &mut __D) -> Result<PathListIdent_, __E>impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for PathListIdent_impl Eq for PathListIdent_fn assert_receiver_is_total_eq(&self)impl PartialEq for PathListIdent_fn eq(&self, __arg_0: &PathListIdent_) -> boolfn ne(&self, __arg_0: &PathListIdent_) -> boolimpl Clone for PathListIdent_fn clone(&self) -> PathListIdent_fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).