Struct rustdoc::clean::PolyTraitUnstable [-] [+] [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 Display for PolyTrait

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

Derived Implementations

impl Debug for PolyTrait

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

impl PartialEq for PolyTrait

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

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

impl Decodable for PolyTrait

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

impl Encodable for PolyTrait

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

impl Clone for PolyTrait

fn clone(&self) -> PolyTrait

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