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]
fn is_association(&self, ty_name: &String) -> bool
fn is_dependency(&self, name: &String) -> bool
Trait Implementations
impl<'a> Default for Method<'a>
[src]
impl<'a> Debug for Method<'a>
[src]
impl<'a> Clone for Method<'a>
[src]
fn clone(&self) -> Method<'a>
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
impl<'a> Eq for Method<'a>
[src]
impl<'a> PartialEq for Method<'a>
[src]
fn eq(&self, __arg_0: &Method<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Method<'a>) -> bool
This method tests for !=
.
impl<'a> From<Vec<(&'a Visibility, InternedString, Vec<String>, Option<String>)>> for Method<'a>
[src]
fn from(
func: Vec<(&'a Visibility, InternedString, Vec<String>, Option<String>)>
) -> Method<'a>
func: Vec<(&'a Visibility, InternedString, Vec<String>, Option<String>)>
) -> Method<'a>
Performs the conversion.