Struct syntex_pos::ExpnId [] [src]

pub struct ExpnId(pub u32);

Methods

impl ExpnId
[src]

Trait Implementations

impl PartialEq for ExpnId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ExpnId
[src]

impl Clone for ExpnId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExpnId
[src]

Formats the value using the given formatter.

impl Hash for ExpnId
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Encodable for ExpnId
[src]

impl Decodable for ExpnId
[src]

impl Copy for ExpnId
[src]