Struct syntex_syntax::codemap::ExpnId  
                   
                       [−]
                   
               [src]
pub struct ExpnId(_);
Methods
impl ExpnId[src]
Trait Implementations
impl Copy for ExpnId[src]
impl Decodable for ExpnId[src]
impl Encodable for ExpnId[src]
impl Hash for ExpnId[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 Debug for ExpnId[src]
impl Clone for ExpnId[src]
fn clone(&self) -> ExpnId
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