Struct codeviz_rust::StructSpec [] [src]

pub struct StructSpec {
    pub name: String,
    pub attributes: Elements,
    pub elements: Elements,
    pub public: bool,
}

Fields

Methods

impl StructSpec
[src]

Trait Implementations

impl Debug for StructSpec
[src]

Formats the value using the given formatter.

impl Clone for StructSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Imports for StructSpec
[src]