Struct mml::core::item::state::implem::Implem
[−]
[src]
pub struct Implem { /* fields omitted */ }
The structure Implem
is a collection of methods and tyes for an abstract element.
Methods
impl Implem
[src]
fn is_realization(&self, ty_name: &String) -> bool
fn is_association(&self, ty_name: &String) -> bool
fn is_dependency(&self, _: &String) -> bool
Trait Implementations
impl Default for Implem
[src]
impl Debug for Implem
[src]
impl Clone for Implem
[src]
fn clone(&self) -> Implem
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 Eq for Implem
[src]
impl PartialEq for Implem
[src]
fn eq(&self, __arg_0: &Implem) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Implem) -> bool
This method tests for !=
.
impl From<(Vec<(InternedString, Vec<String>)>, Vec<(InternedString, Vec<String>, Option<String>)>)> for Implem
[src]
fn from(
(ty, method): (Vec<(InternedString, Vec<String>)>, Vec<(InternedString, Vec<String>, Option<String>)>)
) -> Implem
(ty, method): (Vec<(InternedString, Vec<String>)>, Vec<(InternedString, Vec<String>, Option<String>)>)
) -> Implem
Performs the conversion.
impl<'a> From<(&'a Vec<PathSegment>, &'a Vec<ImplItem>)> for Implem
[src]
fn from(
(segments, impl_item): (&'a Vec<PathSegment>, &'a Vec<ImplItem>)
) -> Implem
(segments, impl_item): (&'a Vec<PathSegment>, &'a Vec<ImplItem>)
) -> Implem
Performs the conversion.