Struct syntax::codemap::ExpnIdExperimental [-]  [+] [src]

pub struct ExpnId(_);

Methods

impl ExpnId

Trait Implementations

Derived Implementations

impl Copy for ExpnId

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for ExpnId

fn decode(__arg_0: &mut __D) -> Result<ExpnId, __E>

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for ExpnId

fn encode(&self, __arg_0: &mut __S) -> Result<(), __E>

impl<__S: Writer> Hash<__S> for ExpnId

fn hash(&self, __arg_0: &mut __S)

impl Show for ExpnId

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for ExpnId

fn clone(&self) -> ExpnId

fn clone_from(&mut self, source: &Self)

impl Eq for ExpnId

fn assert_receiver_is_total_eq(&self)

impl PartialEq for ExpnId

fn eq(&self, __arg_0: &ExpnId) -> bool

fn ne(&self, __arg_0: &ExpnId) -> bool