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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for PolyTraitRef[src]
fn clone(&self) -> PolyTraitRef[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for PolyTraitRef[src]
impl PartialEq for PolyTraitRef[src]
fn eq(&self, __arg_0: &PolyTraitRef) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PolyTraitRef) -> bool[src]
This method tests for !=.