Struct ucglib::ast::tree::ImportDef [] [src]

pub struct ImportDef {
    pub path: Token,
    pub name: Token,
}

Encodes an import statement in the UCG AST.

Fields

Trait Implementations

impl Debug for ImportDef
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ImportDef
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for ImportDef

impl Sync for ImportDef