Struct rustdoc::clean::PolyTraitExperimental [-]  [+] [src]

pub struct PolyTrait {
    pub trait_: Type,
    pub lifetimes: Vec<Lifetime>,
}

A trait reference, which may have higher ranked lifetimes.

Fields

trait_
lifetimes

Trait Implementations

impl Show for PolyTrait

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl PartialEq for PolyTrait

fn eq(&self, __arg_0: &PolyTrait) -> bool

fn ne(&self, __arg_0: &PolyTrait) -> bool

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for PolyTrait

fn decode(__arg_0: &mut __D) -> Result<PolyTrait, __E>

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for PolyTrait

fn encode(&self, __arg_0: &mut __S) -> Result<(), __E>

impl Clone for PolyTrait

fn clone(&self) -> PolyTrait

fn clone_from(&mut self, source: &Self)