Struct rustdoc::clean::Function
[−]
[src]
pub struct Function { pub decl: FnDecl, pub generics: Generics, pub unsafety: Unsafety, pub constness: Constness, pub abi: Abi, }
Unstable (
rustdoc
)Fields
decl: FnDecl
Unstable (
rustdoc
)generics: Generics
Unstable (
rustdoc
)unsafety: Unsafety
Unstable (
rustdoc
)constness: Constness
Unstable (
rustdoc
)abi: Abi
Unstable (
rustdoc
)Trait Implementations
Derived Implementations
impl Debug for Function
[src]
impl Decodable for Function
[src]
impl Encodable for Function
[src]
impl Clone for Function
[src]
fn clone(&self) -> Function
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