Struct codeviz_java::InterfaceSpec [] [src]

pub struct InterfaceSpec {
    pub modifiers: Modifiers,
    pub name: String,
    pub annotations: Vec<AnnotationSpec>,
    pub elements: Elements,
    pub extends: Vec<ClassType>,
}

Fields

Methods

impl InterfaceSpec
[src]

Trait Implementations

impl ContainerSpec for InterfaceSpec
[src]

impl Debug for InterfaceSpec
[src]

Formats the value using the given formatter.

impl Clone for InterfaceSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more