Struct syntax::ast::Ident[src]
pub struct Ident {
pub name: Name,
pub ctxt: SyntaxContext,
}Fields
name | |
ctxt |
pub struct Ident {
pub name: Name,
pub ctxt: SyntaxContext,
}name | |
ctxt |
impl Identimpl PartialEq for Identimpl<S: Encoder<E>, E> Encodable<S, E> for Identimpl<D: Decoder<E>, E> Decodable<D, E> for Identimpl ToSource for Identimpl ToTokens for Identimpl Show for Identimpl Ord for Identimpl Eq for Identfn assert_receiver_is_total_eq(&self)impl PartialOrd for Identfn lt(&self, __arg_0: &Ident) -> boolfn le(&self, __arg_0: &Ident) -> boolfn gt(&self, __arg_0: &Ident) -> boolfn ge(&self, __arg_0: &Ident) -> boolimpl<__S: Writer> Hash<__S> for Identfn hash(&self, __arg_0: &mut __S)impl Clone for Identfn clone(&self) -> Identfn 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).