Struct syn::token::In [] [src]

pub struct In(pub Span);

in

Don't try to remember the name of this type -- use the Token! macro instead.

Trait Implementations

impl Copy for In
[src]

impl Clone for In
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for In
[src]

Returns the "default value" for a type. Read more

impl ToTokens for In
[src]

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

impl Synom for In
[src]

A short name of the type being parsed. Read more

impl From<Span> for In
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for In

impl !Sync for In