Struct baimax::ast::ParsedAccountInfo [] [src]

pub struct ParsedAccountInfo {
    pub type_code: Option<u16>,
    pub amount: Option<i64>,
    pub item_count: Option<u32>,
    pub funds_type: Option<ParsedFundsType>,
}

Fields

Trait Implementations

impl Debug for ParsedAccountInfo
[src]

Formats the value using the given formatter.

impl Clone for ParsedAccountInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more