Enum baimax::ast::convert::ConverterProgress [] [src]

pub enum ConverterProgress {
    Fresh,
    File,
    Group,
    Account,
}

Variants

Trait Implementations

impl Debug for ConverterProgress
[src]

Formats the value using the given formatter.

impl Copy for ConverterProgress
[src]

impl Clone for ConverterProgress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more