Struct syntax_pos::hygiene::Mark [] [src]

pub struct Mark(_);

A mark is a unique id associated with a macro expansion.

Methods

impl Mark
[src]

[src]

[src]

The mark of the theoretical expansion that generates freshly parsed, unexpanded AST.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for Mark
[src]

impl Clone for Mark
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Mark
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Mark
[src]

impl Hash for Mark
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Mark
[src]

[src]

Formats the value using the given formatter. Read more

impl Encodable for Mark
[src]

[src]

impl Decodable for Mark
[src]

[src]

Auto Trait Implementations

impl Send for Mark

impl Sync for Mark