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

pub struct FnDecl {
    pub inputs: Arguments,
    pub output: FunctionRetTy,
    pub attrs: Vec<Attribute>,
}

Fields

inputs
output
attrs

Trait Implementations

impl Display for FnDecl

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

Derived Implementations

impl Debug for FnDecl

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

impl PartialEq for FnDecl

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

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

impl Decodable for FnDecl

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

impl Encodable for FnDecl

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

impl Clone for FnDecl

fn clone(&self) -> FnDecl

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