Enum xswag_syntax_java::ast::Import [] [src]

pub enum Import {
    SingleType(Path),
    TypeOnDemand(Path),
    SingleStatic(Path),
    StaticOnDemand(Path),
}

A import declaration

Variants

e.g. import IO.AlgoTools;

called "type-import-on-demand" in specs -- e.g. import IO.*;

Trait Implementations

impl Debug for Import
[src]

Formats the value using the given formatter.

impl Clone for Import
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more