Struct syn::Turbofish[][src]

pub struct Turbofish<'a>(_);

Returned by TypeGenerics::as_turbofish.

This type is available if Syn is built with the "derive" or "full" feature and the "printing" feature.

Trait Implementations

impl<'a> ToTokens for Turbofish<'a>
[src]

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

impl<'a> Debug for Turbofish<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Eq for Turbofish<'a>
[src]

impl<'a> PartialEq for Turbofish<'a>
[src]

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

This method tests for !=.

impl<'a> Hash for Turbofish<'a>
[src]

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

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

impl<'a> Clone for Turbofish<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> !Send for Turbofish<'a>

impl<'a> !Sync for Turbofish<'a>