Struct codeviz_java::FileSpec [] [src]

pub struct FileSpec {
    pub package: String,
    pub elements: Elements,
}

Fields

Methods

impl FileSpec
[src]

Trait Implementations

impl Debug for FileSpec
[src]

Formats the value using the given formatter.

impl Clone for FileSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToString for FileSpec
[src]

Converts the given value to a String. Read more