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

pub struct LinesOfTextGrp {
    pub meta: Option<Meta>,
    pub text: <<Text as Field>::Type as FieldType>::Type,
    pub encoded_text_len: <<EncodedTextLen as Field>::Type as FieldType>::Type,
    pub encoded_text: <<EncodedText as Field>::Type as FieldType>::Type,
    // some fields omitted
}

Fields

Methods

impl LinesOfTextGrp
[src]

Trait Implementations

impl MessageBuildable for LinesOfTextGrp
[src]

impl Clone for LinesOfTextGrp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LinesOfTextGrp
[src]

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

impl MessageDetails for LinesOfTextGrp
[src]

impl Message for LinesOfTextGrp
[src]

impl PartialEq for LinesOfTextGrp
[src]

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

This method tests for !=.