Struct lojidoc::model::model::Interface [] [src]

pub struct Interface {
    pub package_name: String,
    pub deprecation: String,
    pub access: String,
    pub file_path: String,
    pub version: String,
    pub author: String,
    pub name: String,
    pub description: String,
    pub dependencies: Vec<String>,
    pub methods: Vec<Method>,
}

Struct containing interface documentation information Includes package name, imports, method templates, and other data

Fields

Methods

impl Interface
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Interface
[src]

[src]

Formats the value using the given formatter. Read more