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

pub struct TyParam {
    pub name: String,
    pub did: DefId,
    pub bounds: Vec<TyParamBound>,
    pub default: Option<Type>,
}

Fields

name
did
bounds
default

Trait Implementations

Derived Implementations

impl PartialEq for TyParam

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

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

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

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

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

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

impl Clone for TyParam

fn clone(&self) -> TyParam

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