Struct baimax::ast::RawAccountInfo [] [src]

pub struct RawAccountInfo<'a> {
    pub type_code: Option<&'a [u8]>,
    pub amount: Option<&'a [u8]>,
    pub item_count: Option<&'a [u8]>,
    pub funds_type: Option<RawFundsType<'a>>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more