Struct wright::parser::ast::ClassDeclaration [] [src]

pub struct ClassDeclaration {
    pub id: Identifier,
    pub traits_implemented: Vec<Identifier>,
    pub block: Block,
}

Class declaration struct.

Fields

Trait Implementations

impl Debug for ClassDeclaration
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClassDeclaration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more