Struct mml::core::item::state::method::Method [] [src]

pub struct Method<'a> { /* fields omitted */ }

The structure Method is a collection of methods from a abstract element.

Methods

impl<'a> Method<'a>
[src]

Trait Implementations

impl<'a> Default for Method<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for Method<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for Method<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Eq for Method<'a>
[src]

impl<'a> PartialEq for Method<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> From<Vec<(&'a Visibility, InternedString, Vec<String>, Option<String>)>> for Method<'a>
[src]

Performs the conversion.

impl<'a> From<&'a Vec<ImplItem>> for Method<'a>
[src]

Performs the conversion.

impl<'a> Display for Method<'a>
[src]

Formats the value using the given formatter. Read more