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

pub struct Typedef {
    pub type_: Type,
    pub generics: Generics,
}

Fields

type_
generics

Trait Implementations

Derived Implementations

impl Debug for Typedef

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

impl Decodable for Typedef

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

impl Encodable for Typedef

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

impl Clone for Typedef

fn clone(&self) -> Typedef

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