Struct rustdoc::clean::FnDeclUnstable
[-] [+]
[src]
pub struct FnDecl { pub inputs: Arguments, pub output: FunctionRetTy, pub attrs: Vec<Attribute>, }
Fields
inputs | |
output | |
attrs |
pub struct FnDecl { pub inputs: Arguments, pub output: FunctionRetTy, pub attrs: Vec<Attribute>, }
inputs | |
output | |
attrs |
impl Display for FnDecl
impl Debug for FnDecl
impl PartialEq for FnDecl
impl Decodable for FnDecl
impl Encodable for FnDecl
impl Clone for FnDecl
fn clone(&self) -> FnDecl
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).