Struct fix_rs::dictionary::fields::Alloc [] [src]

pub struct Alloc {
    pub meta: Option<Meta>,
    pub alloc_account: <<AllocAccount as Field>::Type as FieldType>::Type,
    // some fields omitted
}

Fields

Methods

impl Alloc
[src]

Trait Implementations

impl MessageBuildable for Alloc
[src]

impl Clone for Alloc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Alloc
[src]

Returns the "default value" for a type. Read more

impl MessageDetails for Alloc
[src]

impl Message for Alloc
[src]

impl PartialEq for Alloc
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.