Struct baimax::ast::RawAccountIdent [] [src]

pub struct RawAccountIdent<'a> {
    pub customer_account_num: &'a [u8],
    pub currency: Option<&'a [u8]>,
    pub infos: Vec<RawAccountInfo<'a>>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more