Struct baimax::ast::ParsedAccountIdent [] [src]

pub struct ParsedAccountIdent<'a> {
    pub customer_account_num: &'a str,
    pub currency: Option<&'a str>,
    pub infos: Vec<ParsedAccountInfo>,
}

Fields

Trait Implementations

impl<'a> Debug for ParsedAccountIdent<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for ParsedAccountIdent<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more