Struct syntax::parse::token::LazyTokenStream[][src]

pub struct LazyTokenStream(_);

Trait Implementations

impl Clone for LazyTokenStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LazyTokenStream
[src]

impl PartialEq for LazyTokenStream
[src]

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

This method tests for !=.

impl Debug for LazyTokenStream
[src]

Formats the value using the given formatter. Read more

impl Encodable for LazyTokenStream
[src]

impl Decodable for LazyTokenStream
[src]

impl Hash for LazyTokenStream
[src]

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

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

Auto Trait Implementations