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

pub struct TyMethod {
    pub unsafety: Unsafety,
    pub decl: FnDecl,
    pub generics: Generics,
    pub self_: SelfTy,
    pub abi: Abi,
}

Fields

unsafety
decl
generics
self_
abi

Trait Implementations

Derived Implementations

impl Debug for TyMethod

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

impl Decodable for TyMethod

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

impl Encodable for TyMethod

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

impl Clone for TyMethod

fn clone(&self) -> TyMethod

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