Struct syn::PolyTraitRef [] [src]

pub struct PolyTraitRef {
    pub bound_lifetimes: Vec<LifetimeDef>,
    pub trait_ref: Path,
}

Fields

The 'a in <'a> Foo<&'a T>

The Foo<&'a T> in <'a> Foo<&'a T>

Trait Implementations

impl ToTokens for PolyTraitRef
[src]

Write self to the given Tokens. Read more

impl Debug for PolyTraitRef
[src]

Formats the value using the given formatter.

impl Clone for PolyTraitRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for PolyTraitRef
[src]

impl PartialEq for PolyTraitRef
[src]

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

This method tests for !=.

impl Hash for PolyTraitRef
[src]

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

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