Struct syntex_syntax::codemap::ExpnId [] [src]

pub struct ExpnId(_);

Methods

impl ExpnId

fn from_u32(id: u32) -> ExpnId

fn into_u32(self) -> u32

Trait Implementations

Derived Implementations

impl Copy for ExpnId

impl Decodable for ExpnId

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

impl Encodable for ExpnId

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::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

impl PartialEq for ExpnId

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

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