Struct syn::PolyTraitRef
[−]
[src]
pub struct PolyTraitRef { pub bound_lifetimes: Vec<LifetimeDef>, pub trait_ref: Path, }
Fields
bound_lifetimes: Vec<LifetimeDef>
The 'a
in <'a> Foo<&'a T>
trait_ref: Path
The Foo<&'a T>
in <'a> Foo<&'a T>
Trait Implementations
impl ToTokens for PolyTraitRef
[src]
impl Debug for PolyTraitRef
[src]
impl Clone for PolyTraitRef
[src]
fn clone(&self) -> PolyTraitRef
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Eq for PolyTraitRef
[src]
impl PartialEq for PolyTraitRef
[src]
fn eq(&self, __arg_0: &PolyTraitRef) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PolyTraitRef) -> bool
This method tests for !=
.