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

pub enum AccountConvError {
    Currency(String),
    AccountInfo(usizeAccountInfoConvError),
    ControlTotal {
        expected: i64,
        actual: i64,
    },
    RecordsNum {
        expected: usize,
        actual: usize,
    },
}

Variants

Fields of ControlTotal

Fields of RecordsNum

Trait Implementations

impl Debug for AccountConvError
[src]

Formats the value using the given formatter.

impl Clone for AccountConvError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more