Struct rustdoc::clean::Method [] [src]

pub struct Method {
    pub generics: Generics,
    pub unsafety: Unsafety,
    pub constness: Constness,
    pub decl: FnDecl,
    pub abi: Abi,
}
Unstable (rustdoc)

Fields

generics: Generics
Unstable (rustdoc)
unsafety: Unsafety
Unstable (rustdoc)
constness: Constness
Unstable (rustdoc)
decl: FnDecl
Unstable (rustdoc)
abi: Abi
Unstable (rustdoc)

Trait Implementations

Derived Implementations

impl Debug for Method
[src]

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

Formats the value using the given formatter.

impl Decodable for Method
[src]

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

impl Encodable for Method
[src]

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

impl Clone for Method
[src]

fn clone(&self) -> Method

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