Struct mml::syntax::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]

Trait Implementations

impl Default for Implem
[src]

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

impl Debug for Implem
[src]

Formats the value using the given formatter.

impl Clone for Implem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Implem
[src]

impl PartialEq for Implem
[src]

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

This method tests for !=.

impl From<(Vec<(InternedString, Vec<String>)>, Vec<(InternedString, Vec<String>, Option<String>)>)> for Implem
[src]

Performs the conversion.

impl<'a> From<(&'a Vec<PathSegment>, &'a Vec<ImplItem>)> for Implem
[src]

Performs the conversion.

impl Display for Implem
[src]

Formats the value using the given formatter. Read more