Struct rustdoc::clean::FnDecl
[−]
[src]
pub struct FnDecl {
pub inputs: Arguments,
pub output: FunctionRetTy,
pub variadic: bool,
pub attrs: Vec<Attribute>,
}Unstable (
rustdoc)Fields
inputs: Arguments
Unstable (
rustdoc)output: FunctionRetTy
Unstable (
rustdoc)variadic: bool
Unstable (
rustdoc)attrs: Vec<Attribute>
Unstable (
rustdoc)Methods
impl FnDecl[src]
Trait Implementations
impl Display for FnDecl[src]
Derived Implementations
impl Debug for FnDecl[src]
impl PartialEq for FnDecl[src]
fn eq(&self, __arg_0: &FnDecl) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FnDecl) -> bool
This method tests for !=.
impl Decodable for FnDecl[src]
impl Encodable for FnDecl[src]
impl Clone for FnDecl[src]
fn clone(&self) -> FnDecl
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more