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

pub struct ExpnId(_);

Methods

impl ExpnId

Trait Implementations

Derived Implementations

impl Copy for ExpnId

impl Decodable for ExpnId

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

impl Encodable for ExpnId

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

impl Hash for ExpnId

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Debug 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