Struct mml::syntax::item::state::abstraction::structure::Struct [] [src]

pub struct Struct<'a> {
    pub vis: &'a Visibility,
    pub name: InternedString,
    pub fields: Vec<(&'a Visibility, InternedString, String)>,
}

The structure Struct is a structure abstract element.

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

impl<'a> PartialEq for Struct<'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> Clone for Struct<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<(&'a Item, &'a Vec<StructField>)> for Struct<'a>
[src]

Performs the conversion.

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

Formats the value using the given formatter. Read more